Html Css Color HEX #DDCC5D Manz

📋 copy color: '#DDCC5D'

red 221 ◦ green 204 ◦ blue 93

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

Shades of Manz #DDCC5D

Tints of Manz #DDCC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.95%

R = 42.66%
G = 39.38%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDCC5D (or 0xDDCC5D) is known color: Manz. HEX triplet: DD, CC and 5D. RGB value is (221,204,93). Sum of RGB (Red+Green+Blue) = 221+204+93=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC5D is #2233A2. Grayscale: #C4C4C4. Windows color (decimal): -2241443 or 6147293. OLE color: 6147293.

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

Color convert

RGB 221 204 93 -
CMYK 0 0.08 0.58 0.13
HSL 52.03º 0.65% 0.62% -
HSV(B) 52.03º 0.58% 0.87% -
XYZ 53.39 59.35 19 -
YUV 196.43 69.63 145.53 -
System Red Green Blue C M Y K H S L
Decimal 221 204 93 0 0.08 0.58 0.13 52.03 0.65 0.62
Hex DD CC 5D 0 8 3A D 34 41 3E
Octal 335 314 135 0 10 72 15 64 101 76
Binary 11011101 11001100 1011101 0 1000 111010 1101 110100 1000001 111110

Color Harmonies of #DDCC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC5D

Black with #DDCC5D

Text Example


Text Example

White with #DDCC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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