Html Css Color HEX #DDD253 Manz

📋 copy color: '#DDD253'

red 221 ◦ green 210 ◦ blue 83

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

Shades of Manz #DDD253

Tints of Manz #DDD253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.15%

R = 43%
G = 40.86%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDD253 (or 0xDDD253) is known color: Manz. HEX triplet: DD, D2 and 53. RGB value is (221,210,83). Sum of RGB (Red+Green+Blue) = 221+210+83=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD253 is #222DAC. Grayscale: #C7C7C7. Windows color (decimal): -2239917 or 5493469. OLE color: 5493469.

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

Color convert

RGB 221 210 83 -
CMYK 0 0.05 0.62 0.13
HSL 55.22º 0.67% 0.6% -
HSV(B) 55.22º 0.62% 0.87% -
XYZ 54.43 62.09 17.3 -
YUV 198.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 221 210 83 0 0.05 0.62 0.13 55.22 0.67 0.6
Hex DD D2 53 0 5 3E D 37 43 3C
Octal 335 322 123 0 5 76 15 67 103 74
Binary 11011101 11010010 1010011 0 101 111110 1101 110111 1000011 111100

Color Harmonies of #DDD253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD253

Black with #DDD253

Text Example


Text Example

White with #DDD253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD253; }

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

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

background-color css

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

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

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

border-color css

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

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

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