Html Css Color HEX #DEC40F Sunflower

📋 copy color: '#DEC40F'

red 222 ◦ green 196 ◦ blue 15

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

Shades of Sunflower #DEC40F

Tints of Sunflower #DEC40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.27%

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

R = 51.27%
G = 45.27%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEC40F (or 0xDEC40F) is known color: Sunflower. HEX triplet: DE, C4 and 0F. RGB value is (222,196,15). Sum of RGB (Red+Green+Blue) = 222+196+15=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC40F is #213BF0. Grayscale: #B7B7B7. Windows color (decimal): -2178033 or 1033438. OLE color: 1033438.

HSL color Cylindrical-coordinate representation of color #DEC40F: hue angle of 52.46º 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 #DEC40F is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 196 15 -
CMYK 0 0.12 0.93 0.13
HSL 52.46º 0.87% 0.46% -
HSV(B) 52.46º 0.93% 0.87% -
XYZ 49.95 55.04 8.44 -
YUV 183.14 33.11 155.72 -
System Red Green Blue C M Y K H S L
Decimal 222 196 15 0 0.12 0.93 0.13 52.46 0.87 0.46
Hex DE C4 F 0 C 5D D 34 57 2E
Octal 336 304 17 0 14 135 15 64 127 56
Binary 11011110 11000100 1111 0 1100 1011101 1101 110100 1010111 101110

Color Harmonies of #DEC40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC40F

Black with #DEC40F

Text Example


Text Example

White with #DEC40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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