Html Css Color HEX #DED600 Bird Flower

📋 copy color: '#DED600'

red 222 ◦ green 214 ◦ blue 0

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

Shades of Bird Flower #DED600

Tints of Bird Flower #DED600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

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

R = 50.92%
G = 49.08%
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

#DED600 (or 0xDED600) is known color: Bird Flower. HEX triplet: DE, D6 and 00. RGB value is (222,214,0). Sum of RGB (Red+Green+Blue) = 222+214+0=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DED600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED600 is #2129FF. Grayscale: #C0C0C0. Windows color (decimal): -2173440 or 55006. OLE color: 55006.

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

Color convert

RGB 222 214 0 -
CMYK 0 0.04 1 0.13
HSL 57.84º 1% 0.44% -
HSV(B) 57.84º 1% 0.87% -
XYZ 54.17 63.62 9.43 -
YUV 192 19.65 149.4 -
System Red Green Blue C M Y K H S L
Decimal 222 214 0 0 0.04 1 0.13 57.84 1 0.44
Hex DE D6 0 0 4 64 D 3A 64 2C
Octal 336 326 0 0 4 144 15 72 144 54
Binary 11011110 11010110 0 0 100 1100100 1101 111010 1100100 101100

Color Harmonies of #DED600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED600

Black with #DED600

Text Example


Text Example

White with #DED600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED600; }

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

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

background-color css

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

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

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

border-color css

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

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

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