Html Css Color HEX #DCCC5B Manz

📋 copy color: '#DCCC5B'

red 220 ◦ green 204 ◦ blue 91

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

Shades of Manz #DCCC5B

Tints of Manz #DCCC5B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.61%

 BLUE value IS 91 (35.94% from 255) = 17.67%

R = 42.72%
G = 39.61%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCCC5B (or 0xDCCC5B) is known color: Manz. HEX triplet: DC, CC and 5B. RGB value is (220,204,91). Sum of RGB (Red+Green+Blue) = 220+204+91=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC5B is #2333A4. Grayscale: #C4C4C4. Windows color (decimal): -2306981 or 6016220. OLE color: 6016220.

HSL color Cylindrical-coordinate representation of color #DCCC5B: hue angle of 52.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCCC5B is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 91 -
CMYK 0 0.07 0.59 0.14
HSL 52.56º 0.65% 0.61% -
HSV(B) 52.56º 0.59% 0.86% -
XYZ 53 59.16 18.52 -
YUV 195.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 220 204 91 0 0.07 0.59 0.14 52.56 0.65 0.61
Hex DC CC 5B 0 7 3B E 35 41 3D
Octal 334 314 133 0 7 73 16 65 101 75
Binary 11011100 11001100 1011011 0 111 111011 1110 110101 1000001 111101

Color Harmonies of #DCCC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC5B

Black with #DCCC5B

Text Example


Text Example

White with #DCCC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC5B; }

 p { color: rgb(220,204,91); }

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

background-color css

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

 a { background-color: rgb(220,204,91); }

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

border-color css

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

 span { border-color: rgb(220,204,91); }

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