Html Css Color HEX #DDD95C Manz

📋 copy color: '#DDD95C'

red 221 ◦ green 217 ◦ blue 92

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

Shades of Manz #DDD95C

Tints of Manz #DDD95C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.94%

 BLUE value IS 92 (36.33% from 255) = 17.36%

R = 41.7%
G = 40.94%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDD95C (or 0xDDD95C) is known color: Manz. HEX triplet: DD, D9 and 5C. RGB value is (221,217,92). Sum of RGB (Red+Green+Blue) = 221+217+92=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD95C is #2226A3. Grayscale: #CCCCCC. Windows color (decimal): -2238116 or 6085085. OLE color: 6085085.

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

Color convert

RGB 221 217 92 -
CMYK 0 0.02 0.58 0.13
HSL 58.14º 0.65% 0.61% -
HSV(B) 58.14º 0.58% 0.87% -
XYZ 56.56 65.77 19.84 -
YUV 203.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 221 217 92 0 0.02 0.58 0.13 58.14 0.65 0.61
Hex DD D9 5C 0 2 3A D 3A 41 3D
Octal 335 331 134 0 2 72 15 72 101 75
Binary 11011101 11011001 1011100 0 10 111010 1101 111010 1000001 111101

Color Harmonies of #DDD95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD95C

Black with #DDD95C

Text Example


Text Example

White with #DDD95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD95C; }

 p { color: rgb(221,217,92); }

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

background-color css

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

 a { background-color: rgb(221,217,92); }

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

border-color css

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

 span { border-color: rgb(221,217,92); }

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