Html Css Color HEX #DED002 Bird Flower

📋 copy color: '#DED002'

red 222 ◦ green 208 ◦ blue 2

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

Shades of Bird Flower #DED002

Tints of Bird Flower #DED002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 51.39%
G = 48.15%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DED002 (or 0xDED002) is known color: Bird Flower. HEX triplet: DE, D0 and 02. RGB value is (222,208,2). Sum of RGB (Red+Green+Blue) = 222+208+2=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DED002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED002 is #212FFD. Grayscale: #BDBDBD. Windows color (decimal): -2174974 or 184542. OLE color: 184542.

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

Color convert

RGB 222 208 2 -
CMYK 0 0.06 0.99 0.13
HSL 56.18º 0.98% 0.44% -
HSV(B) 56.18º 0.99% 0.87% -
XYZ 52.69 60.65 8.99 -
YUV 188.7 22.64 151.75 -
System Red Green Blue C M Y K H S L
Decimal 222 208 2 0 0.06 0.99 0.13 56.18 0.98 0.44
Hex DE D0 2 0 6 63 D 38 62 2C
Octal 336 320 2 0 6 143 15 70 142 54
Binary 11011110 11010000 10 0 110 1100011 1101 111000 1100010 101100

Color Harmonies of #DED002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED002

Black with #DED002

Text Example


Text Example

White with #DED002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED002; }

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

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

background-color css

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

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

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

border-color css

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

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

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