Html Css Color HEX #DDCC58 Manz

📋 copy color: '#DDCC58'

red 221 ◦ green 204 ◦ blue 88

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

Shades of Manz #DDCC58

Tints of Manz #DDCC58

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.77%

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

R = 43.08%
G = 39.77%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDCC58 (or 0xDDCC58) is known color: Manz. HEX triplet: DD, CC and 58. RGB value is (221,204,88). Sum of RGB (Red+Green+Blue) = 221+204+88=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC58 is #2233A7. Grayscale: #C4C4C4. Windows color (decimal): -2241448 or 5819613. OLE color: 5819613.

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

Color convert

RGB 221 204 88 -
CMYK 0 0.08 0.60 0.13
HSL 52.33º 0.66% 0.61% -
HSV(B) 52.33º 0.6% 0.87% -
XYZ 53.17 59.26 17.87 -
YUV 195.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 221 204 88 0 0.08 0.60 0.13 52.33 0.66 0.61
Hex DD CC 58 0 8 3C D 34 42 3D
Octal 335 314 130 0 10 74 15 64 102 75
Binary 11011101 11001100 1011000 0 1000 111100 1101 110100 1000010 111101

Color Harmonies of #DDCC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC58

Black with #DDCC58

Text Example


Text Example

White with #DDCC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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