Html Css Color HEX #DEBA11 Sunflower

📋 copy color: '#DEBA11'

red 222 ◦ green 186 ◦ blue 17

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

Shades of Sunflower #DEBA11

Tints of Sunflower #DEBA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4%

R = 52.24%
G = 43.76%
B = 4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEBA11 (or 0xDEBA11) is known color: Sunflower. HEX triplet: DE, BA and 11. RGB value is (222,186,17). Sum of RGB (Red+Green+Blue) = 222+186+17=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA11 is #2145EE. Grayscale: #B2B2B2. Windows color (decimal): -2180591 or 1161950. OLE color: 1161950.

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

Color convert

RGB 222 186 17 -
CMYK 0 0.16 0.92 0.13
HSL 49.46º 0.86% 0.47% -
HSV(B) 49.46º 0.92% 0.87% -
XYZ 47.78 50.69 7.8 -
YUV 177.5 37.43 159.74 -
System Red Green Blue C M Y K H S L
Decimal 222 186 17 0 0.16 0.92 0.13 49.46 0.86 0.47
Hex DE BA 11 0 10 5C D 31 56 2F
Octal 336 272 21 0 20 134 15 61 126 57
Binary 11011110 10111010 10001 0 10000 1011100 1101 110001 1010110 101111

Color Harmonies of #DEBA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA11

Black with #DEBA11

Text Example


Text Example

White with #DEBA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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