Html Css Color HEX #DDCC5C Manz

📋 copy color: '#DDCC5C'

red 221 ◦ green 204 ◦ blue 92

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

Shades of Manz #DDCC5C

Tints of Manz #DDCC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.79%

R = 42.75%
G = 39.46%
B = 17.79%

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

#DDCC5C (or 0xDDCC5C) is known color: Manz. HEX triplet: DD, CC and 5C. RGB value is (221,204,92). Sum of RGB (Red+Green+Blue) = 221+204+92=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC5C is #2233A3. Grayscale: #C4C4C4. Windows color (decimal): -2241444 or 6081757. OLE color: 6081757.

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

Color convert

RGB 221 204 92 -
CMYK 0 0.08 0.58 0.13
HSL 52.09º 0.65% 0.61% -
HSV(B) 52.09º 0.58% 0.87% -
XYZ 53.34 59.33 18.77 -
YUV 196.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 221 204 92 0 0.08 0.58 0.13 52.09 0.65 0.61
Hex DD CC 5C 0 8 3A D 34 41 3D
Octal 335 314 134 0 10 72 15 64 101 75
Binary 11011101 11001100 1011100 0 1000 111010 1101 110100 1000001 111101

Color Harmonies of #DDCC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC5C

Black with #DDCC5C

Text Example


Text Example

White with #DDCC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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