Html Css Color HEX #DEB215 Sunflower

📋 copy color: '#DEB215'

red 222 ◦ green 178 ◦ blue 21

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

Shades of Sunflower #DEB215

Tints of Sunflower #DEB215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

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

R = 52.73%
G = 42.28%
B = 4.99%

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

#DEB215 (or 0xDEB215) is known color: Sunflower. HEX triplet: DE, B2 and 15. RGB value is (222,178,21). Sum of RGB (Red+Green+Blue) = 222+178+21=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB215 is #214DEA. Grayscale: #ADADAD. Windows color (decimal): -2182635 or 1422046. OLE color: 1422046.

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

Color convert

RGB 222 178 21 -
CMYK 0 0.20 0.91 0.13
HSL 46.87º 0.83% 0.48% -
HSV(B) 46.87º 0.91% 0.87% -
XYZ 46.18 47.42 7.43 -
YUV 173.26 42.08 162.77 -
System Red Green Blue C M Y K H S L
Decimal 222 178 21 0 0.20 0.91 0.13 46.87 0.83 0.48
Hex DE B2 15 0 14 5B D 2F 53 30
Octal 336 262 25 0 24 133 15 57 123 60
Binary 11011110 10110010 10101 0 10100 1011011 1101 101111 1010011 110000

Color Harmonies of #DEB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB215

Black with #DEB215

Text Example


Text Example

White with #DEB215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB215; }

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

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

background-color css

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

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

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

border-color css

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

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

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