Html Css Color HEX #DECE13 Sunflower

📋 copy color: '#DECE13'

red 222 ◦ green 206 ◦ blue 19

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

Shades of Sunflower #DECE13

Tints of Sunflower #DECE13

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.09%

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

R = 49.66%
G = 46.09%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DECE13 (or 0xDECE13) is known color: Sunflower. HEX triplet: DE, CE and 13. RGB value is (222,206,19). Sum of RGB (Red+Green+Blue) = 222+206+19=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE13 is #2131EC. Grayscale: #BEBEBE. Windows color (decimal): -2175469 or 1298142. OLE color: 1298142.

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

Color convert

RGB 222 206 19 -
CMYK 0 0.07 0.91 0.13
HSL 55.27º 0.84% 0.47% -
HSV(B) 55.27º 0.91% 0.87% -
XYZ 52.31 59.72 9.39 -
YUV 189.47 31.8 151.21 -
System Red Green Blue C M Y K H S L
Decimal 222 206 19 0 0.07 0.91 0.13 55.27 0.84 0.47
Hex DE CE 13 0 7 5B D 37 54 2F
Octal 336 316 23 0 7 133 15 67 124 57
Binary 11011110 11001110 10011 0 111 1011011 1101 110111 1010100 101111

Color Harmonies of #DECE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECE13

Black with #DECE13

Text Example


Text Example

White with #DECE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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