Html Css Color HEX #DED25D Manz

📋 copy color: '#DED25D'

red 222 ◦ green 210 ◦ blue 93

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

Shades of Manz #DED25D

Tints of Manz #DED25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40%

 BLUE value IS 93 (36.72% from 255) = 17.71%

R = 42.29%
G = 40%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DED25D (or 0xDED25D) is known color: Manz. HEX triplet: DE, D2 and 5D. RGB value is (222,210,93). Sum of RGB (Red+Green+Blue) = 222+210+93=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DED25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED25D is #212DA2. Grayscale: #C8C8C8. Windows color (decimal): -2174371 or 6148830. OLE color: 6148830.

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

Color convert

RGB 222 210 93 -
CMYK 0 0.05 0.58 0.13
HSL 54.42º 0.66% 0.62% -
HSV(B) 54.42º 0.58% 0.87% -
XYZ 55.15 62.41 19.5 -
YUV 200.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 222 210 93 0 0.05 0.58 0.13 54.42 0.66 0.62
Hex DE D2 5D 0 5 3A D 36 42 3E
Octal 336 322 135 0 5 72 15 66 102 76
Binary 11011110 11010010 1011101 0 101 111010 1101 110110 1000010 111110

Color Harmonies of #DED25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED25D

Black with #DED25D

Text Example


Text Example

White with #DED25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED25D; }

 p { color: rgb(222,210,93); }

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

background-color css

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

 a { background-color: rgb(222,210,93); }

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

border-color css

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

 span { border-color: rgb(222,210,93); }

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