Html Css Color HEX #DDCC59 Manz

📋 copy color: '#DDCC59'

red 221 ◦ green 204 ◦ blue 89

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

Shades of Manz #DDCC59

Tints of Manz #DDCC59

RGB

 RED value IS 221 (86.72% from 255) = 43%

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

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

R = 43%
G = 39.69%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDCC59 (or 0xDDCC59) is known color: Manz. HEX triplet: DD, CC and 59. RGB value is (221,204,89). Sum of RGB (Red+Green+Blue) = 221+204+89=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC59 is #2233A6. Grayscale: #C4C4C4. Windows color (decimal): -2241447 or 5885149. OLE color: 5885149.

HSL color Cylindrical-coordinate representation of color #DDCC59: hue angle of 52.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDCC59 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 89 -
CMYK 0 0.08 0.60 0.13
HSL 52.27º 0.66% 0.61% -
HSV(B) 52.27º 0.6% 0.87% -
XYZ 53.21 59.28 18.09 -
YUV 195.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 221 204 89 0 0.08 0.60 0.13 52.27 0.66 0.61
Hex DD CC 59 0 8 3C D 34 42 3D
Octal 335 314 131 0 10 74 15 64 102 75
Binary 11011101 11001100 1011001 0 1000 111100 1101 110100 1000010 111101

Color Harmonies of #DDCC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC59

Black with #DDCC59

Text Example


Text Example

White with #DDCC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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