Html Css Color HEX #DDD45F Manz

📋 copy color: '#DDD45F'

red 221 ◦ green 212 ◦ blue 95

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

Shades of Manz #DDD45F

Tints of Manz #DDD45F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.15%

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

R = 41.86%
G = 40.15%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD45F (or 0xDDD45F) is known color: Manz. HEX triplet: DD, D4 and 5F. RGB value is (221,212,95). Sum of RGB (Red+Green+Blue) = 221+212+95=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD45F is #222BA0. Grayscale: #C9C9C9. Windows color (decimal): -2239393 or 6280413. OLE color: 6280413.

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

Color convert

RGB 221 212 95 -
CMYK 0 0.04 0.57 0.13
HSL 55.71º 0.65% 0.62% -
HSV(B) 55.71º 0.57% 0.87% -
XYZ 55.43 63.29 20.12 -
YUV 201.35 67.98 142.01 -
System Red Green Blue C M Y K H S L
Decimal 221 212 95 0 0.04 0.57 0.13 55.71 0.65 0.62
Hex DD D4 5F 0 4 39 D 38 41 3E
Octal 335 324 137 0 4 71 15 70 101 76
Binary 11011101 11010100 1011111 0 100 111001 1101 111000 1000001 111110

Color Harmonies of #DDD45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD45F

Black with #DDD45F

Text Example


Text Example

White with #DDD45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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