Html Css Color HEX #DCB65B Equator

📋 copy color: '#DCB65B'

red 220 ◦ green 182 ◦ blue 91

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

Shades of Equator #DCB65B

Tints of Equator #DCB65B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.92%

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

R = 44.62%
G = 36.92%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCB65B (or 0xDCB65B) is known color: Equator. HEX triplet: DC, B6 and 5B. RGB value is (220,182,91). Sum of RGB (Red+Green+Blue) = 220+182+91=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB65B is #2349A4. Grayscale: #B7B7B7. Windows color (decimal): -2312613 or 6010588. OLE color: 6010588.

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

Color convert

RGB 220 182 91 -
CMYK 0 0.17 0.59 0.14
HSL 42.33º 0.65% 0.61% -
HSV(B) 42.33º 0.59% 0.86% -
XYZ 48.13 49.43 16.9 -
YUV 182.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 220 182 91 0 0.17 0.59 0.14 42.33 0.65 0.61
Hex DC B6 5B 0 11 3B E 2A 41 3D
Octal 334 266 133 0 21 73 16 52 101 75
Binary 11011100 10110110 1011011 0 10001 111011 1110 101010 1000001 111101

Color Harmonies of #DCB65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB65B

Black with #DCB65B

Text Example


Text Example

White with #DCB65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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