Html Css Color HEX #DCB85A Equator

📋 copy color: '#DCB85A'

red 220 ◦ green 184 ◦ blue 90

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

Shades of Equator #DCB85A

Tints of Equator #DCB85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.25%

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

R = 44.53%
G = 37.25%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCB85A (or 0xDCB85A) is known color: Equator. HEX triplet: DC, B8 and 5A. RGB value is (220,184,90). Sum of RGB (Red+Green+Blue) = 220+184+90=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB85A is #2347A5. Grayscale: #B8B8B8. Windows color (decimal): -2312102 or 5945564. OLE color: 5945564.

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

Color convert

RGB 220 184 90 -
CMYK 0 0.16 0.59 0.14
HSL 43.38º 0.65% 0.61% -
HSV(B) 43.38º 0.59% 0.86% -
XYZ 48.5 50.23 16.81 -
YUV 184.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 220 184 90 0 0.16 0.59 0.14 43.38 0.65 0.61
Hex DC B8 5A 0 10 3B E 2B 41 3D
Octal 334 270 132 0 20 73 16 53 101 75
Binary 11011100 10111000 1011010 0 10000 111011 1110 101011 1000001 111101

Color Harmonies of #DCB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB85A

Black with #DCB85A

Text Example


Text Example

White with #DCB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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