Html Css Color HEX #DDDF5A Manz

📋 copy color: '#DDDF5A'

red 221 ◦ green 223 ◦ blue 90

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

Shades of Manz #DDDF5A

Tints of Manz #DDDF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.85%

R = 41.39%
G = 41.76%
B = 16.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDDF5A (or 0xDDDF5A) is known color: Manz. HEX triplet: DD, DF and 5A. RGB value is (221,223,90). Sum of RGB (Red+Green+Blue) = 221+223+90=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF5A is #2220A5. Grayscale: #CFCFCF. Windows color (decimal): -2236582 or 5955549. OLE color: 5955549.

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

Color convert

RGB 221 223 90 -
CMYK 0.01 0 0.60 0.13
HSL 60.9º 0.68% 0.61% -
HSV(B) 60.9º 0.6% 0.87% -
XYZ 58.05 68.89 19.91 -
YUV 207.24 61.84 137.81 -
System Red Green Blue C M Y K H S L
Decimal 221 223 90 0.01 0 0.60 0.13 60.9 0.68 0.61
Hex DD DF 5A 1 0 3C D 3D 44 3D
Octal 335 337 132 1 0 74 15 75 104 75
Binary 11011101 11011111 1011010 1 0 111100 1101 111101 1000100 111101

Color Harmonies of #DDDF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF5A

Black with #DDDF5A

Text Example


Text Example

White with #DDDF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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