Html Css Color HEX #DAB165 Equator

📋 copy color: '#DAB165'

red 218 ◦ green 177 ◦ blue 101

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

Shades of Equator #DAB165

Tints of Equator #DAB165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 43.95%
G = 35.69%
B = 20.36%

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

#DAB165 (or 0xDAB165) is known color: Equator. HEX triplet: DA, B1 and 65. RGB value is (218,177,101). Sum of RGB (Red+Green+Blue) = 218+177+101=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB165 is #254E9A. Grayscale: #B4B4B4. Windows color (decimal): -2444955 or 6664666. OLE color: 6664666.

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

Color convert

RGB 218 177 101 -
CMYK 0 0.19 0.54 0.15
HSL 38.97º 0.61% 0.63% -
HSV(B) 38.97º 0.54% 0.85% -
XYZ 46.98 47.29 18.96 -
YUV 180.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 218 177 101 0 0.19 0.54 0.15 38.97 0.61 0.63
Hex DA B1 65 0 13 36 F 27 3D 3F
Octal 332 261 145 0 23 66 17 47 75 77
Binary 11011010 10110001 1100101 0 10011 110110 1111 100111 111101 111111

Color Harmonies of #DAB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB165

Black with #DAB165

Text Example


Text Example

White with #DAB165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB165; }

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

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

background-color css

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

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

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

border-color css

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

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

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