Html Css Color HEX #DCCC5A Manz

📋 copy color: '#DCCC5A'

red 220 ◦ green 204 ◦ blue 90

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

Shades of Manz #DCCC5A

Tints of Manz #DCCC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 42.8%
G = 39.69%
B = 17.51%

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

#DCCC5A (or 0xDCCC5A) is known color: Manz. HEX triplet: DC, CC and 5A. RGB value is (220,204,90). Sum of RGB (Red+Green+Blue) = 220+204+90=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC5A is #2333A5. Grayscale: #C4C4C4. Windows color (decimal): -2306982 or 5950684. OLE color: 5950684.

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

Color convert

RGB 220 204 90 -
CMYK 0 0.07 0.59 0.14
HSL 52.62º 0.65% 0.61% -
HSV(B) 52.62º 0.59% 0.86% -
XYZ 52.95 59.14 18.3 -
YUV 195.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 220 204 90 0 0.07 0.59 0.14 52.62 0.65 0.61
Hex DC CC 5A 0 7 3B E 35 41 3D
Octal 334 314 132 0 7 73 16 65 101 75
Binary 11011100 11001100 1011010 0 111 111011 1110 110101 1000001 111101

Color Harmonies of #DCCC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC5A

Black with #DCCC5A

Text Example


Text Example

White with #DCCC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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