Html Css Color HEX #DECF11 Sunflower

📋 copy color: '#DECF11'

red 222 ◦ green 207 ◦ blue 17

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

Shades of Sunflower #DECF11

Tints of Sunflower #DECF11

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

 BLUE value IS 17 (7.03% from 255) = 3.81%

R = 49.78%
G = 46.41%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DECF11 (or 0xDECF11) is known color: Sunflower. HEX triplet: DE, CF and 11. RGB value is (222,207,17). Sum of RGB (Red+Green+Blue) = 222+207+17=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF11 is #2130EE. Grayscale: #BEBEBE. Windows color (decimal): -2175215 or 1167326. OLE color: 1167326.

HSL color Cylindrical-coordinate representation of color #DECF11: hue angle of 55.61º degrees, saturation: 0.86, 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 #DECF11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 207 17 -
CMYK 0 0.07 0.92 0.13
HSL 55.61º 0.86% 0.47% -
HSV(B) 55.61º 0.92% 0.87% -
XYZ 52.54 60.2 9.38 -
YUV 189.83 30.47 150.95 -
System Red Green Blue C M Y K H S L
Decimal 222 207 17 0 0.07 0.92 0.13 55.61 0.86 0.47
Hex DE CF 11 0 7 5C D 38 56 2F
Octal 336 317 21 0 7 134 15 70 126 57
Binary 11011110 11001111 10001 0 111 1011100 1101 111000 1010110 101111

Color Harmonies of #DECF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECF11

Black with #DECF11

Text Example


Text Example

White with #DECF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECF11; }

 p { color: rgb(222,207,17); }

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

background-color css

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

 a { background-color: rgb(222,207,17); }

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

border-color css

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

 span { border-color: rgb(222,207,17); }

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