#DAB36B

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

Shades of Equator #DAB36B

Tints of Equator #DAB36B

Color information

#DAB36B (or 0xDAB36B) is unknown color: approx Equator. HEX triplet: DA, B3 and 6B. RGB value is (218,179,107). Sum of RGB (Red+Green+Blue) = 218+179+107=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB36B is #254C94. Grayscale: #B6B6B6. Windows color (decimal): -2444437 or 7058394. OLE color: 7058394.

HSL color Cylindrical-coordinate representation of color #DAB36B: hue angle of 38.92º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAB36B is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB218179107-
CMYK00.180.510.15
HSL38.92º60%63.73%-
HSV(B)38.92º50.92%85.49%-
XYZ47.6948.2120.7-
YUV182.4585.42153.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 107 (42.19% from 255) = 21.23%
R=43.25%
G=35.52%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817910700.180.510.1538.926063.73
HexDAB36B01233F273c40
Octal33226315302263174774100
Binary1101101010110011110101101001011001111111001111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB36B; }

 p { color: rgb(218,179,107); }

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

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

 a { background-color: rgb(218,179,107); }

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

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

 span { border-color: rgb(218,179,107); }

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