Html Css Color HEX #DAB36A Equator

📋 copy color: '#DAB36A'

red 218 ◦ green 179 ◦ blue 106

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

Shades of Equator #DAB36A

Tints of Equator #DAB36A

RGB

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

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

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

R = 43.34%
G = 35.59%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAB36A (or 0xDAB36A) is known color: Equator. HEX triplet: DA, B3 and 6A. RGB value is (218,179,106). Sum of RGB (Red+Green+Blue) = 218+179+106=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB36A is #254C95. Grayscale: #B6B6B6. Windows color (decimal): -2444438 or 6992858. OLE color: 6992858.

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

Color convert

RGB 218 179 106 -
CMYK 0 0.18 0.51 0.15
HSL 39.11º 0.6% 0.64% -
HSV(B) 39.11º 0.51% 0.85% -
XYZ 47.64 48.19 20.43 -
YUV 182.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 218 179 106 0 0.18 0.51 0.15 39.11 0.6 0.64
Hex DA B3 6A 0 12 33 F 27 3C 40
Octal 332 263 152 0 22 63 17 47 74 100
Binary 11011010 10110011 1101010 0 10010 110011 1111 100111 111100 1000000

Color Harmonies of #DAB36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB36A

Black with #DAB36A

Text Example


Text Example

White with #DAB36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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