Html Css Color HEX #DEB914 Sunflower

📋 copy color: '#DEB914'

red 222 ◦ green 185 ◦ blue 20

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

Shades of Sunflower #DEB914

Tints of Sunflower #DEB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.33%

 BLUE value IS 20 (8.2% from 255) = 4.68%

R = 51.99%
G = 43.33%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEB914 (or 0xDEB914) is known color: Sunflower. HEX triplet: DE, B9 and 14. RGB value is (222,185,20). Sum of RGB (Red+Green+Blue) = 222+185+20=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB914 is #2146EB. Grayscale: #B1B1B1. Windows color (decimal): -2180844 or 1358302. OLE color: 1358302.

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

Color convert

RGB 222 185 20 -
CMYK 0 0.17 0.91 0.13
HSL 49.01º 0.83% 0.47% -
HSV(B) 49.01º 0.91% 0.87% -
XYZ 47.6 50.28 7.86 -
YUV 177.25 39.26 159.92 -
System Red Green Blue C M Y K H S L
Decimal 222 185 20 0 0.17 0.91 0.13 49.01 0.83 0.47
Hex DE B9 14 0 11 5B D 31 53 2F
Octal 336 271 24 0 21 133 15 61 123 57
Binary 11011110 10111001 10100 0 10001 1011011 1101 110001 1010011 101111

Color Harmonies of #DEB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB914

Black with #DEB914

Text Example


Text Example

White with #DEB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB914; }

 p { color: rgb(222,185,20); }

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

background-color css

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

 a { background-color: rgb(222,185,20); }

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

border-color css

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

 span { border-color: rgb(222,185,20); }

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