Html Css Color HEX #DECF15 Sunflower

📋 copy color: '#DECF15'

red 222 ◦ green 207 ◦ blue 21

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

Shades of Sunflower #DECF15

Tints of Sunflower #DECF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.67%

R = 49.33%
G = 46%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DECF15 (or 0xDECF15) is known color: Sunflower. HEX triplet: DE, CF and 15. RGB value is (222,207,21). Sum of RGB (Red+Green+Blue) = 222+207+21=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF15 is #2130EA. Grayscale: #BFBFBF. Windows color (decimal): -2175211 or 1429470. OLE color: 1429470.

HSL color Cylindrical-coordinate representation of color #DECF15: hue angle of 55.52º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DECF15 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 207 21 -
CMYK 0 0.07 0.91 0.13
HSL 55.52º 0.83% 0.48% -
HSV(B) 55.52º 0.91% 0.87% -
XYZ 52.57 60.21 9.56 -
YUV 190.28 32.47 150.62 -
System Red Green Blue C M Y K H S L
Decimal 222 207 21 0 0.07 0.91 0.13 55.52 0.83 0.48
Hex DE CF 15 0 7 5B D 38 53 30
Octal 336 317 25 0 7 133 15 70 123 60
Binary 11011110 11001111 10101 0 111 1011011 1101 111000 1010011 110000

Color Harmonies of #DECF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECF15

Black with #DECF15

Text Example


Text Example

White with #DECF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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