Html Css Color HEX #DEDD4B Manz

📋 copy color: '#DEDD4B'

red 222 ◦ green 221 ◦ blue 75

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

Shades of Manz #DEDD4B

Tints of Manz #DEDD4B

RGB

 RED value IS 222 (87.11% from 255) = 42.86%

 GREEN value IS 221 (86.72% from 255) = 42.66%

 BLUE value IS 75 (29.69% from 255) = 14.48%

R = 42.86%
G = 42.66%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEDD4B (or 0xDEDD4B) is known color: Manz. HEX triplet: DE, DD and 4B. RGB value is (222,221,75). Sum of RGB (Red+Green+Blue) = 222+221+75=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD4B is #2122B4. Grayscale: #CDCDCD. Windows color (decimal): -2171573 or 4971998. OLE color: 4971998.

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

Color convert

RGB 222 221 75 -
CMYK 0 0.00 0.66 0.13
HSL 59.59º 0.69% 0.58% -
HSV(B) 59.59º 0.66% 0.87% -
XYZ 57.25 67.75 16.72 -
YUV 204.66 54.83 140.37 -
System Red Green Blue C M Y K H S L
Decimal 222 221 75 0 0.00 0.66 0.13 59.59 0.69 0.58
Hex DE DD 4B 0 0 42 D 3C 45 3A
Octal 336 335 113 0 0 102 15 74 105 72
Binary 11011110 11011101 1001011 0 0 1000010 1101 111100 1000101 111010

Color Harmonies of #DEDD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD4B

Black with #DEDD4B

Text Example


Text Example

White with #DEDD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD4B; }

 p { color: rgb(222,221,75); }

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

background-color css

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

 a { background-color: rgb(222,221,75); }

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

border-color css

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

 span { border-color: rgb(222,221,75); }

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