Html Css Color HEX #DDCC5A Manz

📋 copy color: '#DDCC5A'

red 221 ◦ green 204 ◦ blue 90

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

Shades of Manz #DDCC5A

Tints of Manz #DDCC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.48%

R = 42.91%
G = 39.61%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDCC5A (or 0xDDCC5A) is known color: Manz. HEX triplet: DD, CC and 5A. RGB value is (221,204,90). Sum of RGB (Red+Green+Blue) = 221+204+90=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC5A is #2233A5. Grayscale: #C4C4C4. Windows color (decimal): -2241446 or 5950685. OLE color: 5950685.

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

Color convert

RGB 221 204 90 -
CMYK 0 0.08 0.59 0.13
HSL 52.21º 0.66% 0.61% -
HSV(B) 52.21º 0.59% 0.87% -
XYZ 53.26 59.3 18.31 -
YUV 196.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 221 204 90 0 0.08 0.59 0.13 52.21 0.66 0.61
Hex DD CC 5A 0 8 3B D 34 42 3D
Octal 335 314 132 0 10 73 15 64 102 75
Binary 11011101 11001100 1011010 0 1000 111011 1101 110100 1000010 111101

Color Harmonies of #DDCC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC5A

Black with #DDCC5A

Text Example


Text Example

White with #DDCC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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