Html Css Color HEX #DEC71F Sunflower

📋 copy color: '#DEC71F'

red 222 ◦ green 199 ◦ blue 31

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

Shades of Sunflower #DEC71F

Tints of Sunflower #DEC71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.86%

R = 49.12%
G = 44.03%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEC71F (or 0xDEC71F) is known color: Sunflower. HEX triplet: DE, C7 and 1F. RGB value is (222,199,31). Sum of RGB (Red+Green+Blue) = 222+199+31=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC71F is #2138E0. Grayscale: #BBBBBB. Windows color (decimal): -2177249 or 2082782. OLE color: 2082782.

HSL color Cylindrical-coordinate representation of color #DEC71F: hue angle of 52.77º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEC71F is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 199 31 -
CMYK 0 0.10 0.86 0.13
HSL 52.77º 0.75% 0.5% -
HSV(B) 52.77º 0.86% 0.87% -
XYZ 50.79 56.48 9.52 -
YUV 186.73 40.12 153.16 -
System Red Green Blue C M Y K H S L
Decimal 222 199 31 0 0.10 0.86 0.13 52.77 0.75 0.5
Hex DE C7 1F 0 A 56 D 35 4B 32
Octal 336 307 37 0 12 126 15 65 113 62
Binary 11011110 11000111 11111 0 1010 1010110 1101 110101 1001011 110010

Color Harmonies of #DEC71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC71F

Black with #DEC71F

Text Example


Text Example

White with #DEC71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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