Html Css Color HEX #DAB164 Equator

📋 copy color: '#DAB164'

red 218 ◦ green 177 ◦ blue 100

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

Shades of Equator #DAB164

Tints of Equator #DAB164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.2%

R = 44.04%
G = 35.76%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAB164 (or 0xDAB164) is known color: Equator. HEX triplet: DA, B1 and 64. RGB value is (218,177,100). Sum of RGB (Red+Green+Blue) = 218+177+100=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB164 is #254E9B. Grayscale: #B4B4B4. Windows color (decimal): -2444956 or 6599130. OLE color: 6599130.

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

Color convert

RGB 218 177 100 -
CMYK 0 0.19 0.54 0.15
HSL 39.15º 0.61% 0.62% -
HSV(B) 39.15º 0.54% 0.85% -
XYZ 46.94 47.27 18.71 -
YUV 180.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 218 177 100 0 0.19 0.54 0.15 39.15 0.61 0.62
Hex DA B1 64 0 13 36 F 27 3D 3E
Octal 332 261 144 0 23 66 17 47 75 76
Binary 11011010 10110001 1100100 0 10011 110110 1111 100111 111101 111110

Color Harmonies of #DAB164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB164

Black with #DAB164

Text Example


Text Example

White with #DAB164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB164; }

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

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

background-color css

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

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

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

border-color css

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

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

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