Html Css Color HEX #DEBA16 Sunflower

📋 copy color: '#DEBA16'

red 222 ◦ green 186 ◦ blue 22

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

Shades of Sunflower #DEBA16

Tints of Sunflower #DEBA16

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

 BLUE value IS 22 (8.98% from 255) = 5.12%

R = 51.63%
G = 43.26%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEBA16 (or 0xDEBA16) is known color: Sunflower. HEX triplet: DE, BA and 16. RGB value is (222,186,22). Sum of RGB (Red+Green+Blue) = 222+186+22=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA16 is #2145E9. Grayscale: #B2B2B2. Windows color (decimal): -2180586 or 1489630. OLE color: 1489630.

HSL color Cylindrical-coordinate representation of color #DEBA16: hue angle of 49.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEBA16 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 186 22 -
CMYK 0 0.16 0.90 0.13
HSL 49.2º 0.82% 0.48% -
HSV(B) 49.2º 0.9% 0.87% -
XYZ 47.83 50.71 8.03 -
YUV 178.07 39.93 159.34 -
System Red Green Blue C M Y K H S L
Decimal 222 186 22 0 0.16 0.90 0.13 49.2 0.82 0.48
Hex DE BA 16 0 10 5A D 31 52 30
Octal 336 272 26 0 20 132 15 61 122 60
Binary 11011110 10111010 10110 0 10000 1011010 1101 110001 1010010 110000

Color Harmonies of #DEBA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA16

Black with #DEBA16

Text Example


Text Example

White with #DEBA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA16; }

 p { color: rgb(222,186,22); }

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

background-color css

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

 a { background-color: rgb(222,186,22); }

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

border-color css

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

 span { border-color: rgb(222,186,22); }

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