Html Css Color HEX #DCCC59 Manz

📋 copy color: '#DCCC59'

red 220 ◦ green 204 ◦ blue 89

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

Shades of Manz #DCCC59

Tints of Manz #DCCC59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.35%

R = 42.88%
G = 39.77%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCCC59 (or 0xDCCC59) is known color: Manz. HEX triplet: DC, CC and 59. RGB value is (220,204,89). Sum of RGB (Red+Green+Blue) = 220+204+89=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC59 is #2333A6. Grayscale: #C4C4C4. Windows color (decimal): -2306983 or 5885148. OLE color: 5885148.

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

Color convert

RGB 220 204 89 -
CMYK 0 0.07 0.60 0.14
HSL 52.67º 0.65% 0.61% -
HSV(B) 52.67º 0.6% 0.86% -
XYZ 52.91 59.12 18.07 -
YUV 195.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 220 204 89 0 0.07 0.60 0.14 52.67 0.65 0.61
Hex DC CC 59 0 7 3C E 35 41 3D
Octal 334 314 131 0 7 74 16 65 101 75
Binary 11011100 11001100 1011001 0 111 111100 1110 110101 1000001 111101

Color Harmonies of #DCCC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC59

Black with #DCCC59

Text Example


Text Example

White with #DCCC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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