Html Css Color HEX #DCB463 Equator

📋 copy color: '#DCB463'

red 220 ◦ green 180 ◦ blue 99

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

Shades of Equator #DCB463

Tints of Equator #DCB463

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.07%

 BLUE value IS 99 (39.06% from 255) = 19.84%

R = 44.09%
G = 36.07%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCB463 (or 0xDCB463) is known color: Equator. HEX triplet: DC, B4 and 63. RGB value is (220,180,99). Sum of RGB (Red+Green+Blue) = 220+180+99=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB463 is #234B9C. Grayscale: #B7B7B7. Windows color (decimal): -2313117 or 6534364. OLE color: 6534364.

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

Color convert

RGB 220 180 99 -
CMYK 0 0.18 0.55 0.14
HSL 40.17º 0.63% 0.63% -
HSV(B) 40.17º 0.55% 0.86% -
XYZ 48.09 48.76 18.68 -
YUV 182.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 220 180 99 0 0.18 0.55 0.14 40.17 0.63 0.63
Hex DC B4 63 0 12 37 E 28 3F 3F
Octal 334 264 143 0 22 67 16 50 77 77
Binary 11011100 10110100 1100011 0 10010 110111 1110 101000 111111 111111

Color Harmonies of #DCB463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB463

Black with #DCB463

Text Example


Text Example

White with #DCB463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB463; }

 p { color: rgb(220,180,99); }

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

background-color css

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

 a { background-color: rgb(220,180,99); }

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

border-color css

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

 span { border-color: rgb(220,180,99); }

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