Html Css Color HEX #DDD352 Manz

📋 copy color: '#DDD352'

red 221 ◦ green 211 ◦ blue 82

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

Shades of Manz #DDD352

Tints of Manz #DDD352

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.05%

 BLUE value IS 82 (32.42% from 255) = 15.95%

R = 43%
G = 41.05%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDD352 (or 0xDDD352) is known color: Manz. HEX triplet: DD, D3 and 52. RGB value is (221,211,82). Sum of RGB (Red+Green+Blue) = 221+211+82=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD352 is #222CAD. Grayscale: #C7C7C7. Windows color (decimal): -2239662 or 5428189. OLE color: 5428189.

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

Color convert

RGB 221 211 82 -
CMYK 0 0.05 0.63 0.13
HSL 55.68º 0.67% 0.59% -
HSV(B) 55.68º 0.63% 0.87% -
XYZ 54.64 62.57 17.18 -
YUV 199.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 221 211 82 0 0.05 0.63 0.13 55.68 0.67 0.59
Hex DD D3 52 0 5 3F D 38 43 3B
Octal 335 323 122 0 5 77 15 70 103 73
Binary 11011101 11010011 1010010 0 101 111111 1101 111000 1000011 111011

Color Harmonies of #DDD352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD352

Black with #DDD352

Text Example


Text Example

White with #DDD352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD352; }

 p { color: rgb(221,211,82); }

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

background-color css

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

 a { background-color: rgb(221,211,82); }

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

border-color css

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

 span { border-color: rgb(221,211,82); }

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