Html Css Color HEX #DED004 Bird Flower

📋 copy color: '#DED004'

red 222 ◦ green 208 ◦ blue 4

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

Shades of Bird Flower #DED004

Tints of Bird Flower #DED004

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.93%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 51.15%
G = 47.93%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DED004 (or 0xDED004) is known color: Bird Flower. HEX triplet: DE, D0 and 04. RGB value is (222,208,4). Sum of RGB (Red+Green+Blue) = 222+208+4=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DED004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED004 is #212FFB. Grayscale: #BDBDBD. Windows color (decimal): -2174972 or 315614. OLE color: 315614.

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

Color convert

RGB 222 208 4 -
CMYK 0 0.06 0.98 0.13
HSL 56.15º 0.96% 0.44% -
HSV(B) 56.15º 0.98% 0.87% -
XYZ 52.7 60.65 9.04 -
YUV 188.93 23.64 151.59 -
System Red Green Blue C M Y K H S L
Decimal 222 208 4 0 0.06 0.98 0.13 56.15 0.96 0.44
Hex DE D0 4 0 6 62 D 38 60 2C
Octal 336 320 4 0 6 142 15 70 140 54
Binary 11011110 11010000 100 0 110 1100010 1101 111000 1100000 101100

Color Harmonies of #DED004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED004

Black with #DED004

Text Example


Text Example

White with #DED004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED004; }

 p { color: rgb(222,208,4); }

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

background-color css

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

 a { background-color: rgb(222,208,4); }

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

border-color css

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

 span { border-color: rgb(222,208,4); }

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