Html Css Color HEX #DED65A Manz

📋 copy color: '#DED65A'

red 222 ◦ green 214 ◦ blue 90

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

Shades of Manz #DED65A

Tints of Manz #DED65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.11%

R = 42.21%
G = 40.68%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DED65A (or 0xDED65A) is known color: Manz. HEX triplet: DE, D6 and 5A. RGB value is (222,214,90). Sum of RGB (Red+Green+Blue) = 222+214+90=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DED65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED65A is #2129A5. Grayscale: #CACACA. Windows color (decimal): -2173350 or 5953246. OLE color: 5953246.

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

Color convert

RGB 222 214 90 -
CMYK 0 0.04 0.59 0.13
HSL 56.36º 0.67% 0.61% -
HSV(B) 56.36º 0.59% 0.87% -
XYZ 56.02 64.36 19.14 -
YUV 202.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 222 214 90 0 0.04 0.59 0.13 56.36 0.67 0.61
Hex DE D6 5A 0 4 3B D 38 43 3D
Octal 336 326 132 0 4 73 15 70 103 75
Binary 11011110 11010110 1011010 0 100 111011 1101 111000 1000011 111101

Color Harmonies of #DED65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED65A

Black with #DED65A

Text Example


Text Example

White with #DED65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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