Html Css Color HEX #DEC713 Sunflower

📋 copy color: '#DEC713'

red 222 ◦ green 199 ◦ blue 19

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

Shades of Sunflower #DEC713

Tints of Sunflower #DEC713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.32%

R = 50.45%
G = 45.23%
B = 4.32%

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

#DEC713 (or 0xDEC713) is known color: Sunflower. HEX triplet: DE, C7 and 13. RGB value is (222,199,19). Sum of RGB (Red+Green+Blue) = 222+199+19=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC713 is #2138EC. Grayscale: #BABABA. Windows color (decimal): -2177261 or 1296350. OLE color: 1296350.

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

Color convert

RGB 222 199 19 -
CMYK 0 0.10 0.91 0.13
HSL 53.2º 0.84% 0.47% -
HSV(B) 53.2º 0.91% 0.87% -
XYZ 50.67 56.42 8.84 -
YUV 185.36 34.12 154.14 -
System Red Green Blue C M Y K H S L
Decimal 222 199 19 0 0.10 0.91 0.13 53.2 0.84 0.47
Hex DE C7 13 0 A 5B D 35 54 2F
Octal 336 307 23 0 12 133 15 65 124 57
Binary 11011110 11000111 10011 0 1010 1011011 1101 110101 1010100 101111

Color Harmonies of #DEC713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC713

Black with #DEC713

Text Example


Text Example

White with #DEC713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC713; }

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

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

background-color css

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

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

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

border-color css

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

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

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