Html Css Color HEX #DED302 Bird Flower

📋 copy color: '#DED302'

red 222 ◦ green 211 ◦ blue 2

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

Shades of Bird Flower #DED302

Tints of Bird Flower #DED302

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.51%

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

R = 51.03%
G = 48.51%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DED302 (or 0xDED302) is known color: Bird Flower. HEX triplet: DE, D3 and 02. RGB value is (222,211,2). Sum of RGB (Red+Green+Blue) = 222+211+2=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DED302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED302 is #212CFD. Grayscale: #BFBFBF. Windows color (decimal): -2174206 or 185310. OLE color: 185310.

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

Color convert

RGB 222 211 2 -
CMYK 0 0.05 0.99 0.13
HSL 57º 0.98% 0.44% -
HSV(B) 57º 0.99% 0.87% -
XYZ 53.43 62.12 9.23 -
YUV 190.46 21.64 150.49 -
System Red Green Blue C M Y K H S L
Decimal 222 211 2 0 0.05 0.99 0.13 57 0.98 0.44
Hex DE D3 2 0 5 63 D 39 62 2C
Octal 336 323 2 0 5 143 15 71 142 54
Binary 11011110 11010011 10 0 101 1100011 1101 111001 1100010 101100

Color Harmonies of #DED302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED302

Black with #DED302

Text Example


Text Example

White with #DED302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED302; }

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

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

background-color css

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

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

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

border-color css

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

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

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