Html Css Color HEX #DEC613 Sunflower

📋 copy color: '#DEC613'

red 222 ◦ green 198 ◦ blue 19

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

Shades of Sunflower #DEC613

Tints of Sunflower #DEC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.1%

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

R = 50.57%
G = 45.1%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEC613 (or 0xDEC613) is known color: Sunflower. HEX triplet: DE, C6 and 13. RGB value is (222,198,19). Sum of RGB (Red+Green+Blue) = 222+198+19=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC613 is #2139EC. Grayscale: #B9B9B9. Windows color (decimal): -2177517 or 1296094. OLE color: 1296094.

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

Color convert

RGB 222 198 19 -
CMYK 0 0.11 0.91 0.13
HSL 52.91º 0.84% 0.47% -
HSV(B) 52.91º 0.91% 0.87% -
XYZ 50.44 55.96 8.76 -
YUV 184.77 34.45 154.55 -
System Red Green Blue C M Y K H S L
Decimal 222 198 19 0 0.11 0.91 0.13 52.91 0.84 0.47
Hex DE C6 13 0 B 5B D 35 54 2F
Octal 336 306 23 0 13 133 15 65 124 57
Binary 11011110 11000110 10011 0 1011 1011011 1101 110101 1010100 101111

Color Harmonies of #DEC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC613

Black with #DEC613

Text Example


Text Example

White with #DEC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC613; }

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

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

background-color css

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

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

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

border-color css

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

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

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