Html Css Color HEX #DDD15B Manz

📋 copy color: '#DDD15B'

red 221 ◦ green 209 ◦ blue 91

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

Shades of Manz #DDD15B

Tints of Manz #DDD15B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

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

R = 42.42%
G = 40.12%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDD15B (or 0xDDD15B) is known color: Manz. HEX triplet: DD, D1 and 5B. RGB value is (221,209,91). Sum of RGB (Red+Green+Blue) = 221+209+91=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD15B is #222EA4. Grayscale: #C7C7C7. Windows color (decimal): -2240165 or 6017501. OLE color: 6017501.

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

Color convert

RGB 221 209 91 -
CMYK 0 0.05 0.59 0.13
HSL 54.46º 0.66% 0.61% -
HSV(B) 54.46º 0.59% 0.87% -
XYZ 54.51 61.73 18.94 -
YUV 199.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 221 209 91 0 0.05 0.59 0.13 54.46 0.66 0.61
Hex DD D1 5B 0 5 3B D 36 42 3D
Octal 335 321 133 0 5 73 15 66 102 75
Binary 11011101 11010001 1011011 0 101 111011 1101 110110 1000010 111101

Color Harmonies of #DDD15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD15B

Black with #DDD15B

Text Example


Text Example

White with #DDD15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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