Html Css Color HEX #DCB764 Equator

📋 copy color: '#DCB764'

red 220 ◦ green 183 ◦ blue 100

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

Shades of Equator #DCB764

Tints of Equator #DCB764

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.38%

 BLUE value IS 100 (39.45% from 255) = 19.88%

R = 43.74%
G = 36.38%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCB764 (or 0xDCB764) is known color: Equator. HEX triplet: DC, B7 and 64. RGB value is (220,183,100). Sum of RGB (Red+Green+Blue) = 220+183+100=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB764 is #23489B. Grayscale: #B8B8B8. Windows color (decimal): -2312348 or 6600668. OLE color: 6600668.

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

Color convert

RGB 220 183 100 -
CMYK 0 0.17 0.55 0.14
HSL 41.5º 0.63% 0.63% -
HSV(B) 41.5º 0.55% 0.86% -
XYZ 48.75 50 19.14 -
YUV 184.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 220 183 100 0 0.17 0.55 0.14 41.5 0.63 0.63
Hex DC B7 64 0 11 37 E 2A 3F 3F
Octal 334 267 144 0 21 67 16 52 77 77
Binary 11011100 10110111 1100100 0 10001 110111 1110 101010 111111 111111

Color Harmonies of #DCB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB764

Black with #DCB764

Text Example


Text Example

White with #DCB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB764; }

 p { color: rgb(220,183,100); }

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

background-color css

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

 a { background-color: rgb(220,183,100); }

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

border-color css

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

 span { border-color: rgb(220,183,100); }

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