Html Css Color HEX #DED107 Sunflower

📋 copy color: '#DED107'

red 222 ◦ green 209 ◦ blue 7

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

Shades of Sunflower #DED107

Tints of Sunflower #DED107

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.72%

 BLUE value IS 7 (3.13% from 255) = 1.6%

R = 50.68%
G = 47.72%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DED107 (or 0xDED107) is known color: Sunflower. HEX triplet: DE, D1 and 07. RGB value is (222,209,7). Sum of RGB (Red+Green+Blue) = 222+209+7=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DED107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED107 is #212EF8. Grayscale: #BEBEBE. Windows color (decimal): -2174713 or 512478. OLE color: 512478.

HSL color Cylindrical-coordinate representation of color #DED107: hue angle of 56.37º degrees, saturation: 0.94, 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 #DED107 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 209 7 -
CMYK 0 0.06 0.97 0.13
HSL 56.37º 0.94% 0.45% -
HSV(B) 56.37º 0.97% 0.87% -
XYZ 52.96 61.15 9.21 -
YUV 189.86 24.81 150.93 -
System Red Green Blue C M Y K H S L
Decimal 222 209 7 0 0.06 0.97 0.13 56.37 0.94 0.45
Hex DE D1 7 0 6 61 D 38 5E 2D
Octal 336 321 7 0 6 141 15 70 136 55
Binary 11011110 11010001 111 0 110 1100001 1101 111000 1011110 101101

Color Harmonies of #DED107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED107

Black with #DED107

Text Example


Text Example

White with #DED107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED107; }

 p { color: rgb(222,209,7); }

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

background-color css

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

 a { background-color: rgb(222,209,7); }

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

border-color css

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

 span { border-color: rgb(222,209,7); }

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