Html Css Color HEX #DAB86A Equator

📋 copy color: '#DAB86A'

red 218 ◦ green 184 ◦ blue 106

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

Shades of Equator #DAB86A

Tints of Equator #DAB86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.22%

 BLUE value IS 106 (41.8% from 255) = 20.87%

R = 42.91%
G = 36.22%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAB86A (or 0xDAB86A) is known color: Equator. HEX triplet: DA, B8 and 6A. RGB value is (218,184,106). Sum of RGB (Red+Green+Blue) = 218+184+106=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB86A is #254795. Grayscale: #B9B9B9. Windows color (decimal): -2443158 or 6994138. OLE color: 6994138.

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

Color convert

RGB 218 184 106 -
CMYK 0 0.16 0.51 0.15
HSL 41.79º 0.6% 0.64% -
HSV(B) 41.79º 0.51% 0.85% -
XYZ 48.66 50.23 20.77 -
YUV 185.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 218 184 106 0 0.16 0.51 0.15 41.79 0.6 0.64
Hex DA B8 6A 0 10 33 F 2A 3C 40
Octal 332 270 152 0 20 63 17 52 74 100
Binary 11011010 10111000 1101010 0 10000 110011 1111 101010 111100 1000000

Color Harmonies of #DAB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB86A

Black with #DAB86A

Text Example


Text Example

White with #DAB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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