Html Css Color HEX #DDCD59 Manz

📋 copy color: '#DDCD59'

red 221 ◦ green 205 ◦ blue 89

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

Shades of Manz #DDCD59

Tints of Manz #DDCD59

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.81%

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

R = 42.91%
G = 39.81%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDCD59 (or 0xDDCD59) is known color: Manz. HEX triplet: DD, CD and 59. RGB value is (221,205,89). Sum of RGB (Red+Green+Blue) = 221+205+89=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD59 is #2232A6. Grayscale: #C5C5C5. Windows color (decimal): -2241191 or 5885405. OLE color: 5885405.

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

Color convert

RGB 221 205 89 -
CMYK 0 0.07 0.60 0.13
HSL 52.73º 0.66% 0.61% -
HSV(B) 52.73º 0.6% 0.87% -
XYZ 53.45 59.76 18.17 -
YUV 196.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 221 205 89 0 0.07 0.60 0.13 52.73 0.66 0.61
Hex DD CD 59 0 7 3C D 35 42 3D
Octal 335 315 131 0 7 74 15 65 102 75
Binary 11011101 11001101 1011001 0 111 111100 1101 110101 1000010 111101

Color Harmonies of #DDCD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD59

Black with #DDCD59

Text Example


Text Example

White with #DDCD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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