Html Css Color HEX #DED653 Manz

📋 copy color: '#DED653'

red 222 ◦ green 214 ◦ blue 83

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

Shades of Manz #DED653

Tints of Manz #DED653

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.23%

 BLUE value IS 83 (32.81% from 255) = 15.99%

R = 42.77%
G = 41.23%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DED653 (or 0xDED653) is known color: Manz. HEX triplet: DE, D6 and 53. RGB value is (222,214,83). Sum of RGB (Red+Green+Blue) = 222+214+83=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DED653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED653 is #2129AC. Grayscale: #C9C9C9. Windows color (decimal): -2173357 or 5494494. OLE color: 5494494.

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

Color convert

RGB 222 214 83 -
CMYK 0 0.04 0.63 0.13
HSL 56.55º 0.68% 0.6% -
HSV(B) 56.55º 0.63% 0.87% -
XYZ 55.73 64.25 17.65 -
YUV 201.46 61.15 142.65 -
System Red Green Blue C M Y K H S L
Decimal 222 214 83 0 0.04 0.63 0.13 56.55 0.68 0.6
Hex DE D6 53 0 4 3F D 39 44 3C
Octal 336 326 123 0 4 77 15 71 104 74
Binary 11011110 11010110 1010011 0 100 111111 1101 111001 1000100 111100

Color Harmonies of #DED653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED653

Black with #DED653

Text Example


Text Example

White with #DED653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED653; }

 p { color: rgb(222,214,83); }

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

background-color css

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

 a { background-color: rgb(222,214,83); }

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

border-color css

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

 span { border-color: rgb(222,214,83); }

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