Html Css Color HEX #DDCD5E Manz

📋 copy color: '#DDCD5E'

red 221 ◦ green 205 ◦ blue 94

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

Shades of Manz #DDCD5E

Tints of Manz #DDCD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 42.5%
G = 39.42%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDCD5E (or 0xDDCD5E) is known color: Manz. HEX triplet: DD, CD and 5E. RGB value is (221,205,94). Sum of RGB (Red+Green+Blue) = 221+205+94=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD5E is #2232A1. Grayscale: #C5C5C5. Windows color (decimal): -2241186 or 6213085. OLE color: 6213085.

HSL color Cylindrical-coordinate representation of color #DDCD5E: hue angle of 52.44º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDCD5E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 94 -
CMYK 0 0.07 0.57 0.13
HSL 52.44º 0.65% 0.62% -
HSV(B) 52.44º 0.57% 0.87% -
XYZ 53.67 59.84 19.31 -
YUV 197.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 221 205 94 0 0.07 0.57 0.13 52.44 0.65 0.62
Hex DD CD 5E 0 7 39 D 34 41 3E
Octal 335 315 136 0 7 71 15 64 101 76
Binary 11011101 11001101 1011110 0 111 111001 1101 110100 1000001 111110

Color Harmonies of #DDCD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD5E

Black with #DDCD5E

Text Example


Text Example

White with #DDCD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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