Html Css Color HEX #DAB36C Equator

📋 copy color: '#DAB36C'

red 218 ◦ green 179 ◦ blue 108

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

Shades of Equator #DAB36C

Tints of Equator #DAB36C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

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

R = 43.17%
G = 35.45%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAB36C (or 0xDAB36C) is known color: Equator. HEX triplet: DA, B3 and 6C. RGB value is (218,179,108). Sum of RGB (Red+Green+Blue) = 218+179+108=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB36C is #254C93. Grayscale: #B6B6B6. Windows color (decimal): -2444436 or 7123930. OLE color: 7123930.

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

Color convert

RGB 218 179 108 -
CMYK 0 0.18 0.50 0.15
HSL 38.73º 0.6% 0.64% -
HSV(B) 38.73º 0.5% 0.85% -
XYZ 47.74 48.23 20.98 -
YUV 182.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 218 179 108 0 0.18 0.50 0.15 38.73 0.6 0.64
Hex DA B3 6C 0 12 32 F 27 3C 40
Octal 332 263 154 0 22 62 17 47 74 100
Binary 11011010 10110011 1101100 0 10010 110010 1111 100111 111100 1000000

Color Harmonies of #DAB36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB36C

Black with #DAB36C

Text Example


Text Example

White with #DAB36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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