Html Css Color HEX #DDDA53 Manz

📋 copy color: '#DDDA53'

red 221 ◦ green 218 ◦ blue 83

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

Shades of Manz #DDDA53

Tints of Manz #DDDA53

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.76%

 BLUE value IS 83 (32.81% from 255) = 15.9%

R = 42.34%
G = 41.76%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDDA53 (or 0xDDDA53) is known color: Manz. HEX triplet: DD, DA and 53. RGB value is (221,218,83). Sum of RGB (Red+Green+Blue) = 221+218+83=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA53 is #2225AC. Grayscale: #CCCCCC. Windows color (decimal): -2237869 or 5495517. OLE color: 5495517.

HSL color Cylindrical-coordinate representation of color #DDDA53: hue angle of 58.7º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDDA53 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 83 -
CMYK 0 0.01 0.62 0.13
HSL 58.7º 0.67% 0.6% -
HSV(B) 58.7º 0.62% 0.87% -
XYZ 56.45 66.14 17.97 -
YUV 203.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 221 218 83 0 0.01 0.62 0.13 58.7 0.67 0.6
Hex DD DA 53 0 1 3E D 3B 43 3C
Octal 335 332 123 0 1 76 15 73 103 74
Binary 11011101 11011010 1010011 0 1 111110 1101 111011 1000011 111100

Color Harmonies of #DDDA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA53

Black with #DDDA53

Text Example


Text Example

White with #DDDA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA53; }

 p { color: rgb(221,218,83); }

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

background-color css

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

 a { background-color: rgb(221,218,83); }

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

border-color css

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

 span { border-color: rgb(221,218,83); }

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