Html Css Color HEX #DCB05F Equator

📋 copy color: '#DCB05F'

red 220 ◦ green 176 ◦ blue 95

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

Shades of Equator #DCB05F

Tints of Equator #DCB05F

RGB

 RED value IS 220 (86.33% from 255) = 44.81%

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

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

R = 44.81%
G = 35.85%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCB05F (or 0xDCB05F) is known color: Equator. HEX triplet: DC, B0 and 5F. RGB value is (220,176,95). Sum of RGB (Red+Green+Blue) = 220+176+95=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB05F is #234FA0. Grayscale: #B4B4B4. Windows color (decimal): -2314145 or 6271196. OLE color: 6271196.

HSL color Cylindrical-coordinate representation of color #DCB05F: hue angle of 38.88º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCB05F is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 95 -
CMYK 0 0.2 0.57 0.14
HSL 38.88º 0.64% 0.62% -
HSV(B) 38.88º 0.57% 0.86% -
XYZ 47.11 47.09 17.43 -
YUV 179.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 220 176 95 0 0.2 0.57 0.14 38.88 0.64 0.62
Hex DC B0 5F 0 14 39 E 27 40 3E
Octal 334 260 137 0 24 71 16 47 100 76
Binary 11011100 10110000 1011111 0 10100 111001 1110 100111 1000000 111110

Color Harmonies of #DCB05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB05F

Black with #DCB05F

Text Example


Text Example

White with #DCB05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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