Html Css Color HEX #DDD852 Manz

📋 copy color: '#DDD852'

red 221 ◦ green 216 ◦ blue 82

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

Shades of Manz #DDD852

Tints of Manz #DDD852

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.62%

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

R = 42.58%
G = 41.62%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDD852 (or 0xDDD852) is known color: Manz. HEX triplet: DD, D8 and 52. RGB value is (221,216,82). Sum of RGB (Red+Green+Blue) = 221+216+82=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD852 is #2227AD. Grayscale: #CACACA. Windows color (decimal): -2238382 or 5429469. OLE color: 5429469.

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

Color convert

RGB 221 216 82 -
CMYK 0 0.02 0.63 0.13
HSL 57.84º 0.67% 0.59% -
HSV(B) 57.84º 0.63% 0.87% -
XYZ 55.9 65.09 17.6 -
YUV 202.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 221 216 82 0 0.02 0.63 0.13 57.84 0.67 0.59
Hex DD D8 52 0 2 3F D 3A 43 3B
Octal 335 330 122 0 2 77 15 72 103 73
Binary 11011101 11011000 1010010 0 10 111111 1101 111010 1000011 111011

Color Harmonies of #DDD852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD852

Black with #DDD852

Text Example


Text Example

White with #DDD852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD852; }

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

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

background-color css

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

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

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

border-color css

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

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

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