Html Css Color HEX #DCB15B Equator

📋 copy color: '#DCB15B'

red 220 ◦ green 177 ◦ blue 91

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

Shades of Equator #DCB15B

Tints of Equator #DCB15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.65%

R = 45.08%
G = 36.27%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCB15B (or 0xDCB15B) is known color: Equator. HEX triplet: DC, B1 and 5B. RGB value is (220,177,91). Sum of RGB (Red+Green+Blue) = 220+177+91=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB15B is #234EA4. Grayscale: #B4B4B4. Windows color (decimal): -2313893 or 6009308. OLE color: 6009308.

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

Color convert

RGB 220 177 91 -
CMYK 0 0.20 0.59 0.14
HSL 40º 0.65% 0.61% -
HSV(B) 40º 0.59% 0.86% -
XYZ 47.13 47.42 16.57 -
YUV 180.05 77.75 156.49 -
System Red Green Blue C M Y K H S L
Decimal 220 177 91 0 0.20 0.59 0.14 40 0.65 0.61
Hex DC B1 5B 0 14 3B E 28 41 3D
Octal 334 261 133 0 24 73 16 50 101 75
Binary 11011100 10110001 1011011 0 10100 111011 1110 101000 1000001 111101

Color Harmonies of #DCB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB15B

Black with #DCB15B

Text Example


Text Example

White with #DCB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB15B; }

 p { color: rgb(220,177,91); }

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

background-color css

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

 a { background-color: rgb(220,177,91); }

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

border-color css

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

 span { border-color: rgb(220,177,91); }

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