Html Css Color HEX #DAB15E Equator

📋 copy color: '#DAB15E'

red 218 ◦ green 177 ◦ blue 94

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

Shades of Equator #DAB15E

Tints of Equator #DAB15E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

 BLUE value IS 94 (37.11% from 255) = 19.22%

R = 44.58%
G = 36.2%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAB15E (or 0xDAB15E) is known color: Equator. HEX triplet: DA, B1 and 5E. RGB value is (218,177,94). Sum of RGB (Red+Green+Blue) = 218+177+94=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB15E is #254EA1. Grayscale: #B4B4B4. Windows color (decimal): -2444962 or 6205914. OLE color: 6205914.

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

Color convert

RGB 218 177 94 -
CMYK 0 0.19 0.57 0.15
HSL 40.16º 0.63% 0.61% -
HSV(B) 40.16º 0.57% 0.85% -
XYZ 46.66 47.16 17.23 -
YUV 179.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 218 177 94 0 0.19 0.57 0.15 40.16 0.63 0.61
Hex DA B1 5E 0 13 39 F 28 3F 3D
Octal 332 261 136 0 23 71 17 50 77 75
Binary 11011010 10110001 1011110 0 10011 111001 1111 101000 111111 111101

Color Harmonies of #DAB15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB15E

Black with #DAB15E

Text Example


Text Example

White with #DAB15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB15E; }

 p { color: rgb(218,177,94); }

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

background-color css

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

 a { background-color: rgb(218,177,94); }

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

border-color css

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

 span { border-color: rgb(218,177,94); }

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