Html Css Color HEX #DEDB60 Manz

📋 copy color: '#DEDB60'

red 222 ◦ green 219 ◦ blue 96

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

Shades of Manz #DEDB60

Tints of Manz #DEDB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.88%

R = 41.34%
G = 40.78%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DEDB60 (or 0xDEDB60) is known color: Manz. HEX triplet: DE, DB and 60. RGB value is (222,219,96). Sum of RGB (Red+Green+Blue) = 222+219+96=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB60 is #21249F. Grayscale: #CECECE. Windows color (decimal): -2172064 or 6347742. OLE color: 6347742.

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

Color convert

RGB 222 219 96 -
CMYK 0 0.01 0.57 0.13
HSL 58.57º 0.66% 0.62% -
HSV(B) 58.57º 0.57% 0.87% -
XYZ 57.57 67.04 20.97 -
YUV 205.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 222 219 96 0 0.01 0.57 0.13 58.57 0.66 0.62
Hex DE DB 60 0 1 39 D 3B 42 3E
Octal 336 333 140 0 1 71 15 73 102 76
Binary 11011110 11011011 1100000 0 1 111001 1101 111011 1000010 111110

Color Harmonies of #DEDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB60

Black with #DEDB60

Text Example


Text Example

White with #DEDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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