Html Css Color HEX #DDD15F Manz

📋 copy color: '#DDD15F'

red 221 ◦ green 209 ◦ blue 95

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

Shades of Manz #DDD15F

Tints of Manz #DDD15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.1%

R = 42.1%
G = 39.81%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD15F (or 0xDDD15F) is known color: Manz. HEX triplet: DD, D1 and 5F. RGB value is (221,209,95). Sum of RGB (Red+Green+Blue) = 221+209+95=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD15F is #222EA0. Grayscale: #C8C8C8. Windows color (decimal): -2240161 or 6279645. OLE color: 6279645.

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

Color convert

RGB 221 209 95 -
CMYK 0 0.05 0.57 0.13
HSL 54.29º 0.65% 0.62% -
HSV(B) 54.29º 0.57% 0.87% -
XYZ 54.68 61.8 19.87 -
YUV 199.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 221 209 95 0 0.05 0.57 0.13 54.29 0.65 0.62
Hex DD D1 5F 0 5 39 D 36 41 3E
Octal 335 321 137 0 5 71 15 66 101 76
Binary 11011101 11010001 1011111 0 101 111001 1101 110110 1000001 111110

Color Harmonies of #DDD15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD15F

Black with #DDD15F

Text Example


Text Example

White with #DDD15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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