Html Css Color HEX #DAB05A Equator

📋 copy color: '#DAB05A'

red 218 ◦ green 176 ◦ blue 90

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

Shades of Equator #DAB05A

Tints of Equator #DAB05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.6%

R = 45.04%
G = 36.36%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DAB05A (or 0xDAB05A) is known color: Equator. HEX triplet: DA, B0 and 5A. RGB value is (218,176,90). Sum of RGB (Red+Green+Blue) = 218+176+90=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB05A is #254FA5. Grayscale: #B3B3B3. Windows color (decimal): -2445222 or 5943514. OLE color: 5943514.

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

Color convert

RGB 218 176 90 -
CMYK 0 0.19 0.59 0.15
HSL 40.31º 0.63% 0.6% -
HSV(B) 40.31º 0.59% 0.85% -
XYZ 46.28 46.69 16.25 -
YUV 178.75 77.91 155.99 -
System Red Green Blue C M Y K H S L
Decimal 218 176 90 0 0.19 0.59 0.15 40.31 0.63 0.6
Hex DA B0 5A 0 13 3B F 28 3F 3C
Octal 332 260 132 0 23 73 17 50 77 74
Binary 11011010 10110000 1011010 0 10011 111011 1111 101000 111111 111100

Color Harmonies of #DAB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB05A

Black with #DAB05A

Text Example


Text Example

White with #DAB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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