Html Css Color HEX #DED200 Bird Flower

📋 copy color: '#DED200'

red 222 ◦ green 210 ◦ blue 0

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

Shades of Bird Flower #DED200

Tints of Bird Flower #DED200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.39%
G = 48.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DED200 (or 0xDED200) is known color: Bird Flower. HEX triplet: DE, D2 and 00. RGB value is (222,210,0). Sum of RGB (Red+Green+Blue) = 222+210+0=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DED200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED200 is #212DFF. Grayscale: #BEBEBE. Windows color (decimal): -2174464 or 53982. OLE color: 53982.

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

Color convert

RGB 222 210 0 -
CMYK 0 0.05 1 0.13
HSL 56.76º 1% 0.44% -
HSV(B) 56.76º 1% 0.87% -
XYZ 53.17 61.62 9.09 -
YUV 189.65 20.98 151.08 -
System Red Green Blue C M Y K H S L
Decimal 222 210 0 0 0.05 1 0.13 56.76 1 0.44
Hex DE D2 0 0 5 64 D 39 64 2C
Octal 336 322 0 0 5 144 15 71 144 54
Binary 11011110 11010010 0 0 101 1100100 1101 111001 1100100 101100

Color Harmonies of #DED200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED200

Black with #DED200

Text Example


Text Example

White with #DED200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED200; }

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

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

background-color css

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

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

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

border-color css

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

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

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