Html Css Color HEX #DCB364 Equator

📋 copy color: '#DCB364'

red 220 ◦ green 179 ◦ blue 100

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

Shades of Equator #DCB364

Tints of Equator #DCB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

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

R = 44.09%
G = 35.87%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCB364 (or 0xDCB364) is known color: Equator. HEX triplet: DC, B3 and 64. RGB value is (220,179,100). Sum of RGB (Red+Green+Blue) = 220+179+100=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB364 is #234C9B. Grayscale: #B6B6B6. Windows color (decimal): -2313372 or 6599644. OLE color: 6599644.

HSL color Cylindrical-coordinate representation of color #DCB364: hue angle of 39.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 #DCB364 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 100 -
CMYK 0 0.19 0.55 0.14
HSL 39.5º 0.63% 0.63% -
HSV(B) 39.5º 0.55% 0.86% -
XYZ 47.94 48.38 18.87 -
YUV 182.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 220 179 100 0 0.19 0.55 0.14 39.5 0.63 0.63
Hex DC B3 64 0 13 37 E 28 3F 3F
Octal 334 263 144 0 23 67 16 50 77 77
Binary 11011100 10110011 1100100 0 10011 110111 1110 101000 111111 111111

Color Harmonies of #DCB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB364

Black with #DCB364

Text Example


Text Example

White with #DCB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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