Html Css Color HEX #DED309 Sunflower

📋 copy color: '#DED309'

red 222 ◦ green 211 ◦ blue 9

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

Shades of Sunflower #DED309

Tints of Sunflower #DED309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.04%

R = 50.23%
G = 47.74%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DED309 (or 0xDED309) is known color: Sunflower. HEX triplet: DE, D3 and 09. RGB value is (222,211,9). Sum of RGB (Red+Green+Blue) = 222+211+9=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DED309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED309 is #212CF6. Grayscale: #C0C0C0. Windows color (decimal): -2174199 or 644062. OLE color: 644062.

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

Color convert

RGB 222 211 9 -
CMYK 0 0.05 0.96 0.13
HSL 56.9º 0.92% 0.45% -
HSV(B) 56.9º 0.96% 0.87% -
XYZ 53.47 62.14 9.43 -
YUV 191.26 25.14 149.93 -
System Red Green Blue C M Y K H S L
Decimal 222 211 9 0 0.05 0.96 0.13 56.9 0.92 0.45
Hex DE D3 9 0 5 60 D 39 5C 2D
Octal 336 323 11 0 5 140 15 71 134 55
Binary 11011110 11010011 1001 0 101 1100000 1101 111001 1011100 101101

Color Harmonies of #DED309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED309

Black with #DED309

Text Example


Text Example

White with #DED309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED309; }

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

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

background-color css

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

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

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

border-color css

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

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

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