Html Css Color HEX #DCB65D Equator

📋 copy color: '#DCB65D'

red 220 ◦ green 182 ◦ blue 93

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

Shades of Equator #DCB65D

Tints of Equator #DCB65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.79%

R = 44.44%
G = 36.77%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCB65D (or 0xDCB65D) is known color: Equator. HEX triplet: DC, B6 and 5D. RGB value is (220,182,93). Sum of RGB (Red+Green+Blue) = 220+182+93=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB65D is #2349A2. Grayscale: #B7B7B7. Windows color (decimal): -2312611 or 6141660. OLE color: 6141660.

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

Color convert

RGB 220 182 93 -
CMYK 0 0.17 0.58 0.14
HSL 42.05º 0.64% 0.61% -
HSV(B) 42.05º 0.58% 0.86% -
XYZ 48.22 49.46 17.36 -
YUV 183.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 220 182 93 0 0.17 0.58 0.14 42.05 0.64 0.61
Hex DC B6 5D 0 11 3A E 2A 40 3D
Octal 334 266 135 0 21 72 16 52 100 75
Binary 11011100 10110110 1011101 0 10001 111010 1110 101010 1000000 111101

Color Harmonies of #DCB65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB65D

Black with #DCB65D

Text Example


Text Example

White with #DCB65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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