#DAB467

Color #DAB467 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DAB467

Tints of Equator #DAB467

Color information

#DAB467 (or 0xDAB467) is unknown color: approx Equator. HEX triplet: DA, B4 and 67. RGB value is (218,180,103). Sum of RGB (Red+Green+Blue) = 218+180+103=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB467 is #254B98. Grayscale: #B6B6B6. Windows color (decimal): -2444185 or 6796506. OLE color: 6796506.

HSL color Cylindrical-coordinate representation of color #DAB467: hue angle of 40.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAB467 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218180103-
CMYK00.170.530.15
HSL40.17º60.85%62.94%-
HSV(B)40.17º52.75%85.49%-
XYZ47.6848.5319.69-
YUV182.5883.09153.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 103 (40.62% from 255) = 20.56%
R=43.51%
G=35.93%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818010300.170.530.1540.1760.8562.94
HexDAB46701135F283d3f
Octal3322641470216517507577
Binary110110101011010011001110100011101011111101000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB467; }

 p { color: rgb(218,180,103); }

 H1.HeaderClassName
 {
   color: #DAB467;
 }
 .AnyTagClassName
 {
   color: #DAB467;
 }
</style>
background-color css

<style>
 a { background-color: #DAB467; }

 a { background-color: rgb(218,180,103); }

 div.DivClassName
 {
   background-color: #DAB467;
 }
 .BgClassName
 {
   background-color: #DAB467;
 }
</style>
border-color css

<style>
 span { border-color: #DAB467; }

 span { border-color: rgb(218,180,103); }

 td.TdClassName
 {
   border-color: #DAB467;
 }
 .TagClassName
 {
   border-color: #DAB467;
 }
</style>