Html Css Color HEX #DDDC58 Manz

📋 copy color: '#DDDC58'

red 221 ◦ green 220 ◦ blue 88

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

Shades of Manz #DDDC58

Tints of Manz #DDDC58

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.59%

 BLUE value IS 88 (34.77% from 255) = 16.64%

R = 41.78%
G = 41.59%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDDC58 (or 0xDDDC58) is known color: Manz. HEX triplet: DD, DC and 58. RGB value is (221,220,88). Sum of RGB (Red+Green+Blue) = 221+220+88=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC58 is #2223A7. Grayscale: #CDCDCD. Windows color (decimal): -2237352 or 5823709. OLE color: 5823709.

HSL color Cylindrical-coordinate representation of color #DDDC58: hue angle of 59.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDDC58 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 220 88 -
CMYK 0 0.00 0.60 0.13
HSL 59.55º 0.66% 0.61% -
HSV(B) 59.55º 0.6% 0.87% -
XYZ 57.17 67.26 19.2 -
YUV 205.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 221 220 88 0 0.00 0.60 0.13 59.55 0.66 0.61
Hex DD DC 58 0 0 3C D 3C 42 3D
Octal 335 334 130 0 0 74 15 74 102 75
Binary 11011101 11011100 1011000 0 0 111100 1101 111100 1000010 111101

Color Harmonies of #DDDC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC58

Black with #DDDC58

Text Example


Text Example

White with #DDDC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC58; }

 p { color: rgb(221,220,88); }

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

background-color css

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

 a { background-color: rgb(221,220,88); }

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

border-color css

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

 span { border-color: rgb(221,220,88); }

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