Html Css Color HEX #DDD261 Manz

📋 copy color: '#DDD261'

red 221 ◦ green 210 ◦ blue 97

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

Shades of Manz #DDD261

Tints of Manz #DDD261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.37%

R = 41.86%
G = 39.77%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDD261 (or 0xDDD261) is known color: Manz. HEX triplet: DD, D2 and 61. RGB value is (221,210,97). Sum of RGB (Red+Green+Blue) = 221+210+97=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD261 is #222D9E. Grayscale: #C8C8C8. Windows color (decimal): -2239903 or 6410973. OLE color: 6410973.

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

Color convert

RGB 221 210 97 -
CMYK 0 0.05 0.56 0.13
HSL 54.68º 0.65% 0.62% -
HSV(B) 54.68º 0.56% 0.87% -
XYZ 55.02 62.33 20.44 -
YUV 200.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 221 210 97 0 0.05 0.56 0.13 54.68 0.65 0.62
Hex DD D2 61 0 5 38 D 37 41 3E
Octal 335 322 141 0 5 70 15 67 101 76
Binary 11011101 11010010 1100001 0 101 111000 1101 110111 1000001 111110

Color Harmonies of #DDD261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD261

Black with #DDD261

Text Example


Text Example

White with #DDD261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD261; }

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

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

background-color css

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

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

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

border-color css

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

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

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