Html Css Color HEX #DEC70F Sunflower

📋 copy color: '#DEC70F'

red 222 ◦ green 199 ◦ blue 15

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

Shades of Sunflower #DEC70F

Tints of Sunflower #DEC70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.64%

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

R = 50.92%
G = 45.64%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEC70F (or 0xDEC70F) is known color: Sunflower. HEX triplet: DE, C7 and 0F. RGB value is (222,199,15). Sum of RGB (Red+Green+Blue) = 222+199+15=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC70F is #2138F0. Grayscale: #B9B9B9. Windows color (decimal): -2177265 or 1034206. OLE color: 1034206.

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

Color convert

RGB 222 199 15 -
CMYK 0 0.10 0.93 0.13
HSL 53.33º 0.87% 0.46% -
HSV(B) 53.33º 0.93% 0.87% -
XYZ 50.63 56.41 8.67 -
YUV 184.9 32.12 154.46 -
System Red Green Blue C M Y K H S L
Decimal 222 199 15 0 0.10 0.93 0.13 53.33 0.87 0.46
Hex DE C7 F 0 A 5D D 35 57 2E
Octal 336 307 17 0 12 135 15 65 127 56
Binary 11011110 11000111 1111 0 1010 1011101 1101 110101 1010111 101110

Color Harmonies of #DEC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC70F

Black with #DEC70F

Text Example


Text Example

White with #DEC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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