Html Css Color HEX #DECF0F Sunflower

📋 copy color: '#DECF0F'

red 222 ◦ green 207 ◦ blue 15

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

Shades of Sunflower #DECF0F

Tints of Sunflower #DECF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.38%

R = 50%
G = 46.62%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DECF0F (or 0xDECF0F) is known color: Sunflower. HEX triplet: DE, CF and 0F. RGB value is (222,207,15). Sum of RGB (Red+Green+Blue) = 222+207+15=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF0F is #2130F0. Grayscale: #BEBEBE. Windows color (decimal): -2175217 or 1036254. OLE color: 1036254.

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

Color convert

RGB 222 207 15 -
CMYK 0 0.07 0.93 0.13
HSL 55.65º 0.87% 0.46% -
HSV(B) 55.65º 0.93% 0.87% -
XYZ 52.52 60.19 9.3 -
YUV 189.6 29.47 151.11 -
System Red Green Blue C M Y K H S L
Decimal 222 207 15 0 0.07 0.93 0.13 55.65 0.87 0.46
Hex DE CF F 0 7 5D D 38 57 2E
Octal 336 317 17 0 7 135 15 70 127 56
Binary 11011110 11001111 1111 0 111 1011101 1101 111000 1010111 101110

Color Harmonies of #DECF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECF0F

Black with #DECF0F

Text Example


Text Example

White with #DECF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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