Html Css Color HEX #DED15C Manz

📋 copy color: '#DED15C'

red 222 ◦ green 209 ◦ blue 92

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

Shades of Manz #DED15C

Tints of Manz #DED15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.59%

R = 42.45%
G = 39.96%
B = 17.59%

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

#DED15C (or 0xDED15C) is known color: Manz. HEX triplet: DE, D1 and 5C. RGB value is (222,209,92). Sum of RGB (Red+Green+Blue) = 222+209+92=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DED15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED15C is #212EA3. Grayscale: #C8C8C8. Windows color (decimal): -2174628 or 6083038. OLE color: 6083038.

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

Color convert

RGB 222 209 92 -
CMYK 0 0.06 0.59 0.13
HSL 54º 0.66% 0.62% -
HSV(B) 54º 0.59% 0.87% -
XYZ 54.86 61.9 19.18 -
YUV 199.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 222 209 92 0 0.06 0.59 0.13 54 0.66 0.62
Hex DE D1 5C 0 6 3B D 36 42 3E
Octal 336 321 134 0 6 73 15 66 102 76
Binary 11011110 11010001 1011100 0 110 111011 1101 110110 1000010 111110

Color Harmonies of #DED15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED15C

Black with #DED15C

Text Example


Text Example

White with #DED15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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