Html Css Color HEX #DEB313 Sunflower

📋 copy color: '#DEB313'

red 222 ◦ green 179 ◦ blue 19

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

Shades of Sunflower #DEB313

Tints of Sunflower #DEB313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.62%

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 52.86%
G = 42.62%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEB313 (or 0xDEB313) is known color: Sunflower. HEX triplet: DE, B3 and 13. RGB value is (222,179,19). Sum of RGB (Red+Green+Blue) = 222+179+19=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB313 is #214CEC. Grayscale: #AEAEAE. Windows color (decimal): -2182381 or 1291230. OLE color: 1291230.

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

Color convert

RGB 222 179 19 -
CMYK 0 0.19 0.91 0.13
HSL 47.29º 0.84% 0.47% -
HSV(B) 47.29º 0.91% 0.87% -
XYZ 46.36 47.82 7.4 -
YUV 173.62 40.75 162.51 -
System Red Green Blue C M Y K H S L
Decimal 222 179 19 0 0.19 0.91 0.13 47.29 0.84 0.47
Hex DE B3 13 0 13 5B D 2F 54 2F
Octal 336 263 23 0 23 133 15 57 124 57
Binary 11011110 10110011 10011 0 10011 1011011 1101 101111 1010100 101111

Color Harmonies of #DEB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB313

Black with #DEB313

Text Example


Text Example

White with #DEB313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB313; }

 p { color: rgb(222,179,19); }

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

background-color css

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

 a { background-color: rgb(222,179,19); }

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

border-color css

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

 span { border-color: rgb(222,179,19); }

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