Html Css Color HEX #DED10C Sunflower

📋 copy color: '#DED10C'

red 222 ◦ green 209 ◦ blue 12

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

Shades of Sunflower #DED10C

Tints of Sunflower #DED10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.71%

R = 50.11%
G = 47.18%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DED10C (or 0xDED10C) is known color: Sunflower. HEX triplet: DE, D1 and 0C. RGB value is (222,209,12). Sum of RGB (Red+Green+Blue) = 222+209+12=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DED10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED10C is #212EF3. Grayscale: #BFBFBF. Windows color (decimal): -2174708 or 840158. OLE color: 840158.

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

Color convert

RGB 222 209 12 -
CMYK 0 0.06 0.95 0.13
HSL 56.29º 0.9% 0.46% -
HSV(B) 56.29º 0.95% 0.87% -
XYZ 52.99 61.16 9.36 -
YUV 190.43 27.31 150.52 -
System Red Green Blue C M Y K H S L
Decimal 222 209 12 0 0.06 0.95 0.13 56.29 0.9 0.46
Hex DE D1 C 0 6 5F D 38 5A 2E
Octal 336 321 14 0 6 137 15 70 132 56
Binary 11011110 11010001 1100 0 110 1011111 1101 111000 1011010 101110

Color Harmonies of #DED10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED10C

Black with #DED10C

Text Example


Text Example

White with #DED10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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