Html Css Color HEX #DAB162 Equator

📋 copy color: '#DAB162'

red 218 ◦ green 177 ◦ blue 98

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

Shades of Equator #DAB162

Tints of Equator #DAB162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.88%

R = 44.22%
G = 35.9%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAB162 (or 0xDAB162) is known color: Equator. HEX triplet: DA, B1 and 62. RGB value is (218,177,98). Sum of RGB (Red+Green+Blue) = 218+177+98=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB162 is #254E9D. Grayscale: #B4B4B4. Windows color (decimal): -2444958 or 6468058. OLE color: 6468058.

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

Color convert

RGB 218 177 98 -
CMYK 0 0.19 0.55 0.15
HSL 39.5º 0.62% 0.62% -
HSV(B) 39.5º 0.55% 0.85% -
XYZ 46.84 47.23 18.2 -
YUV 180.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 218 177 98 0 0.19 0.55 0.15 39.5 0.62 0.62
Hex DA B1 62 0 13 37 F 28 3E 3E
Octal 332 261 142 0 23 67 17 50 76 76
Binary 11011010 10110001 1100010 0 10011 110111 1111 101000 111110 111110

Color Harmonies of #DAB162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB162

Black with #DAB162

Text Example


Text Example

White with #DAB162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB162; }

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

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

background-color css

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

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

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

border-color css

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

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

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