Html Css Color HEX #DEDB4F Manz

📋 copy color: '#DEDB4F'

red 222 ◦ green 219 ◦ blue 79

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

Shades of Manz #DEDB4F

Tints of Manz #DEDB4F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.12%

 BLUE value IS 79 (31.25% from 255) = 15.19%

R = 42.69%
G = 42.12%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEDB4F (or 0xDEDB4F) is known color: Manz. HEX triplet: DE, DB and 4F. RGB value is (222,219,79). Sum of RGB (Red+Green+Blue) = 222+219+79=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB4F is #2124B0. Grayscale: #CCCCCC. Windows color (decimal): -2172081 or 5233630. OLE color: 5233630.

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

Color convert

RGB 222 219 79 -
CMYK 0 0.01 0.64 0.13
HSL 58.74º 0.68% 0.59% -
HSV(B) 58.74º 0.64% 0.87% -
XYZ 56.87 66.76 17.29 -
YUV 203.94 57.49 140.88 -
System Red Green Blue C M Y K H S L
Decimal 222 219 79 0 0.01 0.64 0.13 58.74 0.68 0.59
Hex DE DB 4F 0 1 40 D 3B 44 3B
Octal 336 333 117 0 1 100 15 73 104 73
Binary 11011110 11011011 1001111 0 1 1000000 1101 111011 1000100 111011

Color Harmonies of #DEDB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB4F

Black with #DEDB4F

Text Example


Text Example

White with #DEDB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB4F; }

 p { color: rgb(222,219,79); }

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

background-color css

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

 a { background-color: rgb(222,219,79); }

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

border-color css

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

 span { border-color: rgb(222,219,79); }

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