Html Css Color HEX #DCB55B Equator

📋 copy color: '#DCB55B'

red 220 ◦ green 181 ◦ blue 91

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

Shades of Equator #DCB55B

Tints of Equator #DCB55B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.79%

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

R = 44.72%
G = 36.79%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCB55B (or 0xDCB55B) is known color: Equator. HEX triplet: DC, B5 and 5B. RGB value is (220,181,91). Sum of RGB (Red+Green+Blue) = 220+181+91=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB55B is #234AA4. Grayscale: #B6B6B6. Windows color (decimal): -2312869 or 6010332. OLE color: 6010332.

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

Color convert

RGB 220 181 91 -
CMYK 0 0.18 0.59 0.14
HSL 41.86º 0.65% 0.61% -
HSV(B) 41.86º 0.59% 0.86% -
XYZ 47.93 49.02 16.83 -
YUV 182.4 76.42 154.82 -
System Red Green Blue C M Y K H S L
Decimal 220 181 91 0 0.18 0.59 0.14 41.86 0.65 0.61
Hex DC B5 5B 0 12 3B E 2A 41 3D
Octal 334 265 133 0 22 73 16 52 101 75
Binary 11011100 10110101 1011011 0 10010 111011 1110 101010 1000001 111101

Color Harmonies of #DCB55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB55B

Black with #DCB55B

Text Example


Text Example

White with #DCB55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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