Html Css Color HEX #DDD05F Manz

📋 copy color: '#DDD05F'

red 221 ◦ green 208 ◦ blue 95

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

Shades of Manz #DDD05F

Tints of Manz #DDD05F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.69%

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

R = 42.18%
G = 39.69%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD05F (or 0xDDD05F) is known color: Manz. HEX triplet: DD, D0 and 5F. RGB value is (221,208,95). Sum of RGB (Red+Green+Blue) = 221+208+95=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD05F is #222FA0. Grayscale: #C7C7C7. Windows color (decimal): -2240417 or 6279389. OLE color: 6279389.

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

Color convert

RGB 221 208 95 -
CMYK 0 0.06 0.57 0.13
HSL 53.81º 0.65% 0.62% -
HSV(B) 53.81º 0.57% 0.87% -
XYZ 54.44 61.31 19.79 -
YUV 199.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 221 208 95 0 0.06 0.57 0.13 53.81 0.65 0.62
Hex DD D0 5F 0 6 39 D 36 41 3E
Octal 335 320 137 0 6 71 15 66 101 76
Binary 11011101 11010000 1011111 0 110 111001 1101 110110 1000001 111110

Color Harmonies of #DDD05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD05F

Black with #DDD05F

Text Example


Text Example

White with #DDD05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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