Html Css Color HEX #DCB663 Equator

📋 copy color: '#DCB663'

red 220 ◦ green 182 ◦ blue 99

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

Shades of Equator #DCB663

Tints of Equator #DCB663

RGB

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

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

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

R = 43.91%
G = 36.33%
B = 19.76%

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

#DCB663 (or 0xDCB663) is known color: Equator. HEX triplet: DC, B6 and 63. RGB value is (220,182,99). Sum of RGB (Red+Green+Blue) = 220+182+99=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB663 is #23499C. Grayscale: #B8B8B8. Windows color (decimal): -2312605 or 6534876. OLE color: 6534876.

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

Color convert

RGB 220 182 99 -
CMYK 0 0.17 0.55 0.14
HSL 41.16º 0.63% 0.63% -
HSV(B) 41.16º 0.55% 0.86% -
XYZ 48.5 49.57 18.82 -
YUV 183.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 220 182 99 0 0.17 0.55 0.14 41.16 0.63 0.63
Hex DC B6 63 0 11 37 E 29 3F 3F
Octal 334 266 143 0 21 67 16 51 77 77
Binary 11011100 10110110 1100011 0 10001 110111 1110 101001 111111 111111

Color Harmonies of #DCB663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB663

Black with #DCB663

Text Example


Text Example

White with #DCB663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB663; }

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

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

background-color css

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

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

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

border-color css

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

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

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