Html Css Color HEX #D9B05C Equator

📋 copy color: '#D9B05C'

red 217 ◦ green 176 ◦ blue 92

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

Shades of Equator #D9B05C

Tints of Equator #D9B05C

RGB

 RED value IS 217 (85.16% from 255) = 44.74%

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

 BLUE value IS 92 (36.33% from 255) = 18.97%

R = 44.74%
G = 36.29%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9B05C (or 0xD9B05C) is known color: Equator. HEX triplet: D9, B0 and 5C. RGB value is (217,176,92). Sum of RGB (Red+Green+Blue) = 217+176+92=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B05C is #264FA3. Grayscale: #B3B3B3. Windows color (decimal): -2510756 or 6074585. OLE color: 6074585.

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

Color convert

RGB 217 176 92 -
CMYK 0 0.19 0.58 0.15
HSL 40.32º 0.62% 0.61% -
HSV(B) 40.32º 0.58% 0.85% -
XYZ 46.07 46.58 16.69 -
YUV 178.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 217 176 92 0 0.19 0.58 0.15 40.32 0.62 0.61
Hex D9 B0 5C 0 13 3A F 28 3E 3D
Octal 331 260 134 0 23 72 17 50 76 75
Binary 11011001 10110000 1011100 0 10011 111010 1111 101000 111110 111101

Color Harmonies of #D9B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B05C

Black with #D9B05C

Text Example


Text Example

White with #D9B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B05C; }

 p { color: rgb(217,176,92); }

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

background-color css

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

 a { background-color: rgb(217,176,92); }

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

border-color css

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

 span { border-color: rgb(217,176,92); }

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