Html Css Color HEX #DEDB61 Manz

📋 copy color: '#DEDB61'

red 222 ◦ green 219 ◦ blue 97

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

Shades of Manz #DEDB61

Tints of Manz #DEDB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.03%

R = 41.26%
G = 40.71%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DEDB61 (or 0xDEDB61) is known color: Manz. HEX triplet: DE, DB and 61. RGB value is (222,219,97). Sum of RGB (Red+Green+Blue) = 222+219+97=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB61 is #21249E. Grayscale: #CECECE. Windows color (decimal): -2172063 or 6413278. OLE color: 6413278.

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

Color convert

RGB 222 219 97 -
CMYK 0 0.01 0.56 0.13
HSL 58.56º 0.65% 0.63% -
HSV(B) 58.56º 0.56% 0.87% -
XYZ 57.61 67.06 21.22 -
YUV 205.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 222 219 97 0 0.01 0.56 0.13 58.56 0.65 0.63
Hex DE DB 61 0 1 38 D 3B 41 3F
Octal 336 333 141 0 1 70 15 73 101 77
Binary 11011110 11011011 1100001 0 1 111000 1101 111011 1000001 111111

Color Harmonies of #DEDB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB61

Black with #DEDB61

Text Example


Text Example

White with #DEDB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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