Html Css Color HEX #DAB06C Equator

📋 copy color: '#DAB06C'

red 218 ◦ green 176 ◦ blue 108

#DAB06C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DAB06C

Tints of Equator #DAB06C

RGB

 RED value IS 218 (85.55% from 255) = 43.43%

 GREEN value IS 176 (69.14% from 255) = 35.06%

 BLUE value IS 108 (42.58% from 255) = 21.51%

R = 43.43%
G = 35.06%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAB06C (or 0xDAB06C) is known color: Equator. HEX triplet: DA, B0 and 6C. RGB value is (218,176,108). Sum of RGB (Red+Green+Blue) = 218+176+108=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB06C is #254F93. Grayscale: #B5B5B5. Windows color (decimal): -2445204 or 7123162. OLE color: 7123162.

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

Color convert

RGB 218 176 108 -
CMYK 0 0.19 0.50 0.15
HSL 37.09º 0.6% 0.64% -
HSV(B) 37.09º 0.5% 0.85% -
XYZ 47.15 47.04 20.78 -
YUV 180.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 218 176 108 0 0.19 0.50 0.15 37.09 0.6 0.64
Hex DA B0 6C 0 13 32 F 25 3C 40
Octal 332 260 154 0 23 62 17 45 74 100
Binary 11011010 10110000 1101100 0 10011 110010 1111 100101 111100 1000000

Color Harmonies of #DAB06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB06C

Black with #DAB06C

Text Example


Text Example

White with #DAB06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB06C; }

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

 H1.HeaderClassName
 {
   color: #DAB06C;
 }
 .AnyTagClassName
 {
   color: #DAB06C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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