Html Css Color HEX #D9B05F Equator

📋 copy color: '#D9B05F'

red 217 ◦ green 176 ◦ blue 95

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

Shades of Equator #D9B05F

Tints of Equator #D9B05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.47%

R = 44.47%
G = 36.07%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9B05F (or 0xD9B05F) is known color: Equator. HEX triplet: D9, B0 and 5F. RGB value is (217,176,95). Sum of RGB (Red+Green+Blue) = 217+176+95=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B05F is #264FA0. Grayscale: #B3B3B3. Windows color (decimal): -2510753 or 6271193. OLE color: 6271193.

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

Color convert

RGB 217 176 95 -
CMYK 0 0.19 0.56 0.15
HSL 39.84º 0.62% 0.61% -
HSV(B) 39.84º 0.56% 0.85% -
XYZ 46.21 46.63 17.39 -
YUV 179.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 217 176 95 0 0.19 0.56 0.15 39.84 0.62 0.61
Hex D9 B0 5F 0 13 38 F 28 3E 3D
Octal 331 260 137 0 23 70 17 50 76 75
Binary 11011001 10110000 1011111 0 10011 111000 1111 101000 111110 111101

Color Harmonies of #D9B05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B05F

Black with #D9B05F

Text Example


Text Example

White with #D9B05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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