Html Css Color HEX #DED15B Manz

📋 copy color: '#DED15B'

red 222 ◦ green 209 ◦ blue 91

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

Shades of Manz #DED15B

Tints of Manz #DED15B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.04%

 BLUE value IS 91 (35.94% from 255) = 17.43%

R = 42.53%
G = 40.04%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DED15B (or 0xDED15B) is known color: Manz. HEX triplet: DE, D1 and 5B. RGB value is (222,209,91). Sum of RGB (Red+Green+Blue) = 222+209+91=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DED15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED15B is #212EA4. Grayscale: #C7C7C7. Windows color (decimal): -2174629 or 6017502. OLE color: 6017502.

HSL color Cylindrical-coordinate representation of color #DED15B: hue angle of 54.05º degrees, saturation: 0.66, 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 #DED15B is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 209 91 -
CMYK 0 0.06 0.59 0.13
HSL 54.05º 0.66% 0.61% -
HSV(B) 54.05º 0.59% 0.87% -
XYZ 54.81 61.89 18.95 -
YUV 199.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 222 209 91 0 0.06 0.59 0.13 54.05 0.66 0.61
Hex DE D1 5B 0 6 3B D 36 42 3D
Octal 336 321 133 0 6 73 15 66 102 75
Binary 11011110 11010001 1011011 0 110 111011 1101 110110 1000010 111101

Color Harmonies of #DED15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED15B

Black with #DED15B

Text Example


Text Example

White with #DED15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED15B; }

 p { color: rgb(222,209,91); }

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

background-color css

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

 a { background-color: rgb(222,209,91); }

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

border-color css

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

 span { border-color: rgb(222,209,91); }

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