Html Css Color HEX #DED012 Sunflower

📋 copy color: '#DED012'

red 222 ◦ green 208 ◦ blue 18

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

Shades of Sunflower #DED012

Tints of Sunflower #DED012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.43%

 BLUE value IS 18 (7.42% from 255) = 4.02%

R = 49.55%
G = 46.43%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DED012 (or 0xDED012) is known color: Sunflower. HEX triplet: DE, D0 and 12. RGB value is (222,208,18). Sum of RGB (Red+Green+Blue) = 222+208+18=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DED012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED012 is #212FED. Grayscale: #BFBFBF. Windows color (decimal): -2174958 or 1233118. OLE color: 1233118.

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

Color convert

RGB 222 208 18 -
CMYK 0 0.06 0.92 0.13
HSL 55.88º 0.85% 0.47% -
HSV(B) 55.88º 0.92% 0.87% -
XYZ 52.79 60.69 9.5 -
YUV 190.53 30.64 150.45 -
System Red Green Blue C M Y K H S L
Decimal 222 208 18 0 0.06 0.92 0.13 55.88 0.85 0.47
Hex DE D0 12 0 6 5C D 38 55 2F
Octal 336 320 22 0 6 134 15 70 125 57
Binary 11011110 11010000 10010 0 110 1011100 1101 111000 1010101 101111

Color Harmonies of #DED012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED012

Black with #DED012

Text Example


Text Example

White with #DED012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED012; }

 p { color: rgb(222,208,18); }

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

background-color css

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

 a { background-color: rgb(222,208,18); }

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

border-color css

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

 span { border-color: rgb(222,208,18); }

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