Html Css Color HEX #DCB05D Equator

📋 copy color: '#DCB05D'

red 220 ◦ green 176 ◦ blue 93

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

Shades of Equator #DCB05D

Tints of Equator #DCB05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.02%

R = 44.99%
G = 35.99%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCB05D (or 0xDCB05D) is known color: Equator. HEX triplet: DC, B0 and 5D. RGB value is (220,176,93). Sum of RGB (Red+Green+Blue) = 220+176+93=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB05D is #234FA2. Grayscale: #B4B4B4. Windows color (decimal): -2314147 or 6140124. OLE color: 6140124.

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

Color convert

RGB 220 176 93 -
CMYK 0 0.2 0.58 0.14
HSL 39.21º 0.64% 0.61% -
HSV(B) 39.21º 0.58% 0.86% -
XYZ 47.02 47.06 16.96 -
YUV 179.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 220 176 93 0 0.2 0.58 0.14 39.21 0.64 0.61
Hex DC B0 5D 0 14 3A E 27 40 3D
Octal 334 260 135 0 24 72 16 47 100 75
Binary 11011100 10110000 1011101 0 10100 111010 1110 100111 1000000 111101

Color Harmonies of #DCB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB05D

Black with #DCB05D

Text Example


Text Example

White with #DCB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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