Html Css Color HEX #DCB15F Equator

📋 copy color: '#DCB15F'

red 220 ◦ green 177 ◦ blue 95

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

Shades of Equator #DCB15F

Tints of Equator #DCB15F

RGB

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

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

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

R = 44.72%
G = 35.98%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCB15F (or 0xDCB15F) is known color: Equator. HEX triplet: DC, B1 and 5F. RGB value is (220,177,95). Sum of RGB (Red+Green+Blue) = 220+177+95=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB15F is #234EA0. Grayscale: #B4B4B4. Windows color (decimal): -2313889 or 6271452. OLE color: 6271452.

HSL color Cylindrical-coordinate representation of color #DCB15F: hue angle of 39.36º 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 #DCB15F is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 95 -
CMYK 0 0.20 0.57 0.14
HSL 39.36º 0.64% 0.62% -
HSV(B) 39.36º 0.57% 0.86% -
XYZ 47.3 47.49 17.5 -
YUV 180.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 220 177 95 0 0.20 0.57 0.14 39.36 0.64 0.62
Hex DC B1 5F 0 14 39 E 27 40 3E
Octal 334 261 137 0 24 71 16 47 100 76
Binary 11011100 10110001 1011111 0 10100 111001 1110 100111 1000000 111110

Color Harmonies of #DCB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB15F

Black with #DCB15F

Text Example


Text Example

White with #DCB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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