Html Css Color HEX #DEB50A Sunflower

📋 copy color: '#DEB50A'

red 222 ◦ green 181 ◦ blue 10

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

Shades of Sunflower #DEB50A

Tints of Sunflower #DEB50A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.83%

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 53.75%
G = 43.83%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEB50A (or 0xDEB50A) is known color: Sunflower. HEX triplet: DE, B5 and 0A. RGB value is (222,181,10). Sum of RGB (Red+Green+Blue) = 222+181+10=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB50A is #214AF5. Grayscale: #AEAEAE. Windows color (decimal): -2181878 or 701918. OLE color: 701918.

HSL color Cylindrical-coordinate representation of color #DEB50A: hue angle of 48.4º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEB50A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 181 10 -
CMYK 0 0.18 0.95 0.13
HSL 48.4º 0.91% 0.45% -
HSV(B) 48.4º 0.95% 0.87% -
XYZ 46.7 48.6 7.21 -
YUV 173.77 35.58 162.4 -
System Red Green Blue C M Y K H S L
Decimal 222 181 10 0 0.18 0.95 0.13 48.4 0.91 0.45
Hex DE B5 A 0 12 5F D 30 5B 2D
Octal 336 265 12 0 22 137 15 60 133 55
Binary 11011110 10110101 1010 0 10010 1011111 1101 110000 1011011 101101

Color Harmonies of #DEB50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB50A

Black with #DEB50A

Text Example


Text Example

White with #DEB50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB50A; }

 p { color: rgb(222,181,10); }

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

background-color css

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

 a { background-color: rgb(222,181,10); }

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

border-color css

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

 span { border-color: rgb(222,181,10); }

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