Html Css Color HEX #DDDF4D Manz

📋 copy color: '#DDDF4D'

red 221 ◦ green 223 ◦ blue 77

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

Shades of Manz #DDDF4D

Tints of Manz #DDDF4D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

 BLUE value IS 77 (30.47% from 255) = 14.78%

R = 42.42%
G = 42.8%
B = 14.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDDF4D (or 0xDDDF4D) is known color: Manz. HEX triplet: DD, DF and 4D. RGB value is (221,223,77). Sum of RGB (Red+Green+Blue) = 221+223+77=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF4D is #2220B2. Grayscale: #CECECE. Windows color (decimal): -2236595 or 5103581. OLE color: 5103581.

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

Color convert

RGB 221 223 77 -
CMYK 0.01 0 0.65 0.13
HSL 60.82º 0.7% 0.59% -
HSV(B) 60.82º 0.65% 0.87% -
XYZ 57.55 68.68 17.25 -
YUV 205.76 55.34 138.87 -
System Red Green Blue C M Y K H S L
Decimal 221 223 77 0.01 0 0.65 0.13 60.82 0.7 0.59
Hex DD DF 4D 1 0 41 D 3D 46 3B
Octal 335 337 115 1 0 101 15 75 106 73
Binary 11011101 11011111 1001101 1 0 1000001 1101 111101 1000110 111011

Color Harmonies of #DDDF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF4D

Black with #DDDF4D

Text Example


Text Example

White with #DDDF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF4D; }

 p { color: rgb(221,223,77); }

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

background-color css

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

 a { background-color: rgb(221,223,77); }

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

border-color css

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

 span { border-color: rgb(221,223,77); }

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