Html Css Color HEX #DED250 Manz

📋 copy color: '#DED250'

red 222 ◦ green 210 ◦ blue 80

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

Shades of Manz #DED250

Tints of Manz #DED250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 43.36%
G = 41.02%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DED250 (or 0xDED250) is known color: Manz. HEX triplet: DE, D2 and 50. RGB value is (222,210,80). Sum of RGB (Red+Green+Blue) = 222+210+80=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DED250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED250 is #212DAF. Grayscale: #C7C7C7. Windows color (decimal): -2174384 or 5296862. OLE color: 5296862.

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

Color convert

RGB 222 210 80 -
CMYK 0 0.05 0.64 0.13
HSL 54.93º 0.68% 0.59% -
HSV(B) 54.93º 0.64% 0.87% -
XYZ 54.62 62.2 16.72 -
YUV 198.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 222 210 80 0 0.05 0.64 0.13 54.93 0.68 0.59
Hex DE D2 50 0 5 40 D 37 44 3B
Octal 336 322 120 0 5 100 15 67 104 73
Binary 11011110 11010010 1010000 0 101 1000000 1101 110111 1000100 111011

Color Harmonies of #DED250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED250

Black with #DED250

Text Example


Text Example

White with #DED250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED250; }

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

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

background-color css

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

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

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

border-color css

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

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

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