#DAB06A

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

Shades of Equator #DAB06A

Tints of Equator #DAB06A

Color information

#DAB06A (or 0xDAB06A) is unknown color: approx Equator. HEX triplet: DA, B0 and 6A. RGB value is (218,176,106). Sum of RGB (Red+Green+Blue) = 218+176+106=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB06A is #254F95. Grayscale: #B4B4B4. Windows color (decimal): -2445206 or 6992090. OLE color: 6992090.

HSL color Cylindrical-coordinate representation of color #DAB06A: hue angle of 37.5º 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 #DAB06A is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB218176106-
CMYK00.190.510.15
HSL37.5º60.22%63.53%-
HSV(B)37.5º51.38%85.49%-
XYZ47.044720.23-
YUV180.5885.91154.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 106 (41.80% from 255) = 21.2%
R=43.6%
G=35.2%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817610600.190.510.1537.560.2263.53
HexDAB06A01333F263c40
Octal33226015202363174674100
Binary1101101010110000110101001001111001111111001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB06A; }

 p { color: rgb(218,176,106); }

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

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

 a { background-color: rgb(218,176,106); }

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

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

 span { border-color: rgb(218,176,106); }

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