Html Css Color HEX #DDD55B Manz

📋 copy color: '#DDD55B'

red 221 ◦ green 213 ◦ blue 91

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

Shades of Manz #DDD55B

Tints of Manz #DDD55B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.57%

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

R = 42.1%
G = 40.57%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDD55B (or 0xDDD55B) is known color: Manz. HEX triplet: DD, D5 and 5B. RGB value is (221,213,91). Sum of RGB (Red+Green+Blue) = 221+213+91=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD55B is #222AA4. Grayscale: #C9C9C9. Windows color (decimal): -2239141 or 6018525. OLE color: 6018525.

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

Color convert

RGB 221 213 91 -
CMYK 0 0.04 0.59 0.13
HSL 56.31º 0.66% 0.61% -
HSV(B) 56.31º 0.59% 0.87% -
XYZ 55.5 63.72 19.27 -
YUV 201.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 221 213 91 0 0.04 0.59 0.13 56.31 0.66 0.61
Hex DD D5 5B 0 4 3B D 38 42 3D
Octal 335 325 133 0 4 73 15 70 102 75
Binary 11011101 11010101 1011011 0 100 111011 1101 111000 1000010 111101

Color Harmonies of #DDD55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD55B

Black with #DDD55B

Text Example


Text Example

White with #DDD55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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