Html Css Color HEX #DCB163 Equator

📋 copy color: '#DCB163'

red 220 ◦ green 177 ◦ blue 99

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

Shades of Equator #DCB163

Tints of Equator #DCB163

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

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

R = 44.35%
G = 35.69%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCB163 (or 0xDCB163) is known color: Equator. HEX triplet: DC, B1 and 63. RGB value is (220,177,99). Sum of RGB (Red+Green+Blue) = 220+177+99=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB163 is #234E9C. Grayscale: #B5B5B5. Windows color (decimal): -2313885 or 6533596. OLE color: 6533596.

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

Color convert

RGB 220 177 99 -
CMYK 0 0.20 0.55 0.14
HSL 38.68º 0.63% 0.63% -
HSV(B) 38.68º 0.55% 0.86% -
XYZ 47.49 47.56 18.48 -
YUV 180.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 220 177 99 0 0.20 0.55 0.14 38.68 0.63 0.63
Hex DC B1 63 0 14 37 E 27 3F 3F
Octal 334 261 143 0 24 67 16 47 77 77
Binary 11011100 10110001 1100011 0 10100 110111 1110 100111 111111 111111

Color Harmonies of #DCB163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB163

Black with #DCB163

Text Example


Text Example

White with #DCB163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB163; }

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

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

background-color css

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

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

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

border-color css

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

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

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