Html Css Color HEX #DCB261 Equator

📋 copy color: '#DCB261'

red 220 ◦ green 178 ◦ blue 97

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

Shades of Equator #DCB261

Tints of Equator #DCB261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.96%

 BLUE value IS 97 (38.28% from 255) = 19.6%

R = 44.44%
G = 35.96%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCB261 (or 0xDCB261) is known color: Equator. HEX triplet: DC, B2 and 61. RGB value is (220,178,97). Sum of RGB (Red+Green+Blue) = 220+178+97=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB261 is #234D9E. Grayscale: #B5B5B5. Windows color (decimal): -2313631 or 6402780. OLE color: 6402780.

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

Color convert

RGB 220 178 97 -
CMYK 0 0.19 0.56 0.14
HSL 39.51º 0.64% 0.62% -
HSV(B) 39.51º 0.56% 0.86% -
XYZ 47.59 47.92 18.05 -
YUV 181.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 220 178 97 0 0.19 0.56 0.14 39.51 0.64 0.62
Hex DC B2 61 0 13 38 E 28 40 3E
Octal 334 262 141 0 23 70 16 50 100 76
Binary 11011100 10110010 1100001 0 10011 111000 1110 101000 1000000 111110

Color Harmonies of #DCB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB261

Black with #DCB261

Text Example


Text Example

White with #DCB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB261; }

 p { color: rgb(220,178,97); }

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

background-color css

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

 a { background-color: rgb(220,178,97); }

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

border-color css

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

 span { border-color: rgb(220,178,97); }

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