Html Css Color HEX #DEC714 Sunflower

📋 copy color: '#DEC714'

red 222 ◦ green 199 ◦ blue 20

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

Shades of Sunflower #DEC714

Tints of Sunflower #DEC714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.54%

R = 50.34%
G = 45.12%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEC714 (or 0xDEC714) is known color: Sunflower. HEX triplet: DE, C7 and 14. RGB value is (222,199,20). Sum of RGB (Red+Green+Blue) = 222+199+20=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC714 is #2138EB. Grayscale: #BABABA. Windows color (decimal): -2177260 or 1361886. OLE color: 1361886.

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

Color convert

RGB 222 199 20 -
CMYK 0 0.10 0.91 0.13
HSL 53.17º 0.83% 0.47% -
HSV(B) 53.17º 0.91% 0.87% -
XYZ 50.67 56.43 8.88 -
YUV 185.47 34.62 154.05 -
System Red Green Blue C M Y K H S L
Decimal 222 199 20 0 0.10 0.91 0.13 53.17 0.83 0.47
Hex DE C7 14 0 A 5B D 35 53 2F
Octal 336 307 24 0 12 133 15 65 123 57
Binary 11011110 11000111 10100 0 1010 1011011 1101 110101 1010011 101111

Color Harmonies of #DEC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC714

Black with #DEC714

Text Example


Text Example

White with #DEC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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