Html Css Color HEX #DEB515 Sunflower

📋 copy color: '#DEB515'

red 222 ◦ green 181 ◦ blue 21

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

Shades of Sunflower #DEB515

Tints of Sunflower #DEB515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.95%

R = 52.36%
G = 42.69%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEB515 (or 0xDEB515) is known color: Sunflower. HEX triplet: DE, B5 and 15. RGB value is (222,181,21). Sum of RGB (Red+Green+Blue) = 222+181+21=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB515 is #214AEA. Grayscale: #AFAFAF. Windows color (decimal): -2181867 or 1422814. OLE color: 1422814.

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

Color convert

RGB 222 181 21 -
CMYK 0 0.18 0.91 0.13
HSL 47.76º 0.83% 0.48% -
HSV(B) 47.76º 0.91% 0.87% -
XYZ 46.78 48.63 7.63 -
YUV 175.02 41.08 161.51 -
System Red Green Blue C M Y K H S L
Decimal 222 181 21 0 0.18 0.91 0.13 47.76 0.83 0.48
Hex DE B5 15 0 12 5B D 30 53 30
Octal 336 265 25 0 22 133 15 60 123 60
Binary 11011110 10110101 10101 0 10010 1011011 1101 110000 1010011 110000

Color Harmonies of #DEB515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB515

Black with #DEB515

Text Example


Text Example

White with #DEB515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB515; }

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

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

background-color css

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

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

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

border-color css

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

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

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