Html Css Color HEX #DED306 Bird Flower

📋 copy color: '#DED306'

red 222 ◦ green 211 ◦ blue 6

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

Shades of Bird Flower #DED306

Tints of Bird Flower #DED306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 50.57%
G = 48.06%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DED306 (or 0xDED306) is known color: Bird Flower. HEX triplet: DE, D3 and 06. RGB value is (222,211,6). Sum of RGB (Red+Green+Blue) = 222+211+6=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DED306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED306 is #212CF9. Grayscale: #BFBFBF. Windows color (decimal): -2174202 or 447454. OLE color: 447454.

HSL color Cylindrical-coordinate representation of color #DED306: hue angle of 56.94º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DED306 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 6 -
CMYK 0 0.05 0.97 0.13
HSL 56.94º 0.95% 0.45% -
HSV(B) 56.94º 0.97% 0.87% -
XYZ 53.45 62.13 9.35 -
YUV 190.92 23.64 150.17 -
System Red Green Blue C M Y K H S L
Decimal 222 211 6 0 0.05 0.97 0.13 56.94 0.95 0.45
Hex DE D3 6 0 5 61 D 39 5F 2D
Octal 336 323 6 0 5 141 15 71 137 55
Binary 11011110 11010011 110 0 101 1100001 1101 111001 1011111 101101

Color Harmonies of #DED306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED306

Black with #DED306

Text Example


Text Example

White with #DED306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED306; }

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

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

background-color css

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

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

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

border-color css

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

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

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