Html Css Color HEX #DDD252 Manz

📋 copy color: '#DDD252'

red 221 ◦ green 210 ◦ blue 82

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

Shades of Manz #DDD252

Tints of Manz #DDD252

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.94%

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

R = 43.08%
G = 40.94%
B = 15.98%

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

#DDD252 (or 0xDDD252) is known color: Manz. HEX triplet: DD, D2 and 52. RGB value is (221,210,82). Sum of RGB (Red+Green+Blue) = 221+210+82=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD252 is #222DAD. Grayscale: #C7C7C7. Windows color (decimal): -2239918 or 5427933. OLE color: 5427933.

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

Color convert

RGB 221 210 82 -
CMYK 0 0.05 0.63 0.13
HSL 55.25º 0.67% 0.59% -
HSV(B) 55.25º 0.63% 0.87% -
XYZ 54.39 62.07 17.1 -
YUV 198.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 221 210 82 0 0.05 0.63 0.13 55.25 0.67 0.59
Hex DD D2 52 0 5 3F D 37 43 3B
Octal 335 322 122 0 5 77 15 67 103 73
Binary 11011101 11010010 1010010 0 101 111111 1101 110111 1000011 111011

Color Harmonies of #DDD252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD252

Black with #DDD252

Text Example


Text Example

White with #DDD252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD252; }

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

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

background-color css

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

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

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

border-color css

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

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

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