Html Css Color HEX #DCB65A Equator

📋 copy color: '#DCB65A'

red 220 ◦ green 182 ◦ blue 90

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

Shades of Equator #DCB65A

Tints of Equator #DCB65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.29%

R = 44.72%
G = 36.99%
B = 18.29%

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

#DCB65A (or 0xDCB65A) is known color: Equator. HEX triplet: DC, B6 and 5A. RGB value is (220,182,90). Sum of RGB (Red+Green+Blue) = 220+182+90=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB65A is #2349A5. Grayscale: #B7B7B7. Windows color (decimal): -2312614 or 5945052. OLE color: 5945052.

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

Color convert

RGB 220 182 90 -
CMYK 0 0.17 0.59 0.14
HSL 42.46º 0.65% 0.61% -
HSV(B) 42.46º 0.59% 0.86% -
XYZ 48.09 49.41 16.68 -
YUV 182.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 220 182 90 0 0.17 0.59 0.14 42.46 0.65 0.61
Hex DC B6 5A 0 11 3B E 2A 41 3D
Octal 334 266 132 0 21 73 16 52 101 75
Binary 11011100 10110110 1011010 0 10001 111011 1110 101010 1000001 111101

Color Harmonies of #DCB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB65A

Black with #DCB65A

Text Example


Text Example

White with #DCB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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