Html Css Color HEX #DDD85B Manz

📋 copy color: '#DDD85B'

red 221 ◦ green 216 ◦ blue 91

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

Shades of Manz #DDD85B

Tints of Manz #DDD85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.23%

R = 41.86%
G = 40.91%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDD85B (or 0xDDD85B) is known color: Manz. HEX triplet: DD, D8 and 5B. RGB value is (221,216,91). Sum of RGB (Red+Green+Blue) = 221+216+91=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD85B is #2227A4. Grayscale: #CBCBCB. Windows color (decimal): -2238373 or 6019293. OLE color: 6019293.

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

Color convert

RGB 221 216 91 -
CMYK 0 0.02 0.59 0.13
HSL 57.69º 0.66% 0.61% -
HSV(B) 57.69º 0.59% 0.87% -
XYZ 56.26 65.24 19.52 -
YUV 203.25 64.66 140.66 -
System Red Green Blue C M Y K H S L
Decimal 221 216 91 0 0.02 0.59 0.13 57.69 0.66 0.61
Hex DD D8 5B 0 2 3B D 3A 42 3D
Octal 335 330 133 0 2 73 15 72 102 75
Binary 11011101 11011000 1011011 0 10 111011 1101 111010 1000010 111101

Color Harmonies of #DDD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD85B

Black with #DDD85B

Text Example


Text Example

White with #DDD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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