Html Css Color HEX #DED500 Bird Flower

📋 copy color: '#DED500'

red 222 ◦ green 213 ◦ blue 0

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

Shades of Bird Flower #DED500

Tints of Bird Flower #DED500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.97%

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

R = 51.03%
G = 48.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DED500 (or 0xDED500) is known color: Bird Flower. HEX triplet: DE, D5 and 00. RGB value is (222,213,0). Sum of RGB (Red+Green+Blue) = 222+213+0=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DED500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED500 is #212AFF. Grayscale: #C0C0C0. Windows color (decimal): -2173696 or 54750. OLE color: 54750.

HSL color Cylindrical-coordinate representation of color #DED500: hue angle of 57.57º 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 #DED500 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 0 -
CMYK 0 0.04 1 0.13
HSL 57.57º 1% 0.44% -
HSV(B) 57.57º 1% 0.87% -
XYZ 53.92 63.12 9.34 -
YUV 191.41 19.98 149.82 -
System Red Green Blue C M Y K H S L
Decimal 222 213 0 0 0.04 1 0.13 57.57 1 0.44
Hex DE D5 0 0 4 64 D 3A 64 2C
Octal 336 325 0 0 4 144 15 72 144 54
Binary 11011110 11010101 0 0 100 1100100 1101 111010 1100100 101100

Color Harmonies of #DED500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED500

Black with #DED500

Text Example


Text Example

White with #DED500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED500; }

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

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

background-color css

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

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

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

border-color css

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

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

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