Html Css Color HEX #DDCD5B Manz

📋 copy color: '#DDCD5B'

red 221 ◦ green 205 ◦ blue 91

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

Shades of Manz #DDCD5B

Tints of Manz #DDCD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.6%

R = 42.75%
G = 39.65%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDCD5B (or 0xDDCD5B) is known color: Manz. HEX triplet: DD, CD and 5B. RGB value is (221,205,91). Sum of RGB (Red+Green+Blue) = 221+205+91=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD5B is #2232A4. Grayscale: #C5C5C5. Windows color (decimal): -2241189 or 6016477. OLE color: 6016477.

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

Color convert

RGB 221 205 91 -
CMYK 0 0.07 0.59 0.13
HSL 52.62º 0.66% 0.61% -
HSV(B) 52.62º 0.59% 0.87% -
XYZ 53.54 59.79 18.62 -
YUV 196.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 221 205 91 0 0.07 0.59 0.13 52.62 0.66 0.61
Hex DD CD 5B 0 7 3B D 35 42 3D
Octal 335 315 133 0 7 73 15 65 102 75
Binary 11011101 11001101 1011011 0 111 111011 1101 110101 1000010 111101

Color Harmonies of #DDCD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD5B

Black with #DDCD5B

Text Example


Text Example

White with #DDCD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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