Html Css Color HEX #DDDA57 Manz

📋 copy color: '#DDDA57'

red 221 ◦ green 218 ◦ blue 87

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

Shades of Manz #DDDA57

Tints of Manz #DDDA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.54%

R = 42.02%
G = 41.44%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDDA57 (or 0xDDDA57) is known color: Manz. HEX triplet: DD, DA and 57. RGB value is (221,218,87). Sum of RGB (Red+Green+Blue) = 221+218+87=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA57 is #2225A8. Grayscale: #CCCCCC. Windows color (decimal): -2237865 or 5757661. OLE color: 5757661.

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

Color convert

RGB 221 218 87 -
CMYK 0 0.01 0.61 0.13
HSL 58.66º 0.66% 0.6% -
HSV(B) 58.66º 0.61% 0.87% -
XYZ 56.61 66.2 18.81 -
YUV 203.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 221 218 87 0 0.01 0.61 0.13 58.66 0.66 0.6
Hex DD DA 57 0 1 3D D 3B 42 3C
Octal 335 332 127 0 1 75 15 73 102 74
Binary 11011101 11011010 1010111 0 1 111101 1101 111011 1000010 111100

Color Harmonies of #DDDA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA57

Black with #DDDA57

Text Example


Text Example

White with #DDDA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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