Html Css Color HEX #DDD25F Manz

📋 copy color: '#DDD25F'

red 221 ◦ green 210 ◦ blue 95

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

Shades of Manz #DDD25F

Tints of Manz #DDD25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.92%

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

R = 42.02%
G = 39.92%
B = 18.06%

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

#DDD25F (or 0xDDD25F) is known color: Manz. HEX triplet: DD, D2 and 5F. RGB value is (221,210,95). Sum of RGB (Red+Green+Blue) = 221+210+95=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD25F is #222DA0. Grayscale: #C8C8C8. Windows color (decimal): -2239905 or 6279901. OLE color: 6279901.

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

Color convert

RGB 221 210 95 -
CMYK 0 0.05 0.57 0.13
HSL 54.76º 0.65% 0.62% -
HSV(B) 54.76º 0.57% 0.87% -
XYZ 54.93 62.29 19.95 -
YUV 200.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 221 210 95 0 0.05 0.57 0.13 54.76 0.65 0.62
Hex DD D2 5F 0 5 39 D 37 41 3E
Octal 335 322 137 0 5 71 15 67 101 76
Binary 11011101 11010010 1011111 0 101 111001 1101 110111 1000001 111110

Color Harmonies of #DDD25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD25F

Black with #DDD25F

Text Example


Text Example

White with #DDD25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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