Html Css Color HEX #DEB115 Sunflower

📋 copy color: '#DEB115'

red 222 ◦ green 177 ◦ blue 21

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

Shades of Sunflower #DEB115

Tints of Sunflower #DEB115

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.14%

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

R = 52.86%
G = 42.14%
B = 5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEB115 (or 0xDEB115) is known color: Sunflower. HEX triplet: DE, B1 and 15. RGB value is (222,177,21). Sum of RGB (Red+Green+Blue) = 222+177+21=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB115 is #214EEA. Grayscale: #ADADAD. Windows color (decimal): -2182891 or 1421790. OLE color: 1421790.

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

Color convert

RGB 222 177 21 -
CMYK 0 0.20 0.91 0.13
HSL 46.57º 0.83% 0.48% -
HSV(B) 46.57º 0.91% 0.87% -
XYZ 45.98 47.03 7.36 -
YUV 172.67 42.41 163.18 -
System Red Green Blue C M Y K H S L
Decimal 222 177 21 0 0.20 0.91 0.13 46.57 0.83 0.48
Hex DE B1 15 0 14 5B D 2F 53 30
Octal 336 261 25 0 24 133 15 57 123 60
Binary 11011110 10110001 10101 0 10100 1011011 1101 101111 1010011 110000

Color Harmonies of #DEB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB115

Black with #DEB115

Text Example


Text Example

White with #DEB115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB115; }

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

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

background-color css

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

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

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

border-color css

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

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

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