Html Css Color HEX #DBB716 Sunflower

📋 copy color: '#DBB716'

red 219 ◦ green 183 ◦ blue 22

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

Shades of Sunflower #DBB716

Tints of Sunflower #DBB716

RGB

 RED value IS 219 (85.94% from 255) = 51.65%

 GREEN value IS 183 (71.88% from 255) = 43.16%

 BLUE value IS 22 (8.98% from 255) = 5.19%

R = 51.65%
G = 43.16%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBB716 (or 0xDBB716) is known color: Sunflower. HEX triplet: DB, B7 and 16. RGB value is (219,183,22). Sum of RGB (Red+Green+Blue) = 219+183+22=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB716 is #2448E9. Grayscale: #B0B0B0. Windows color (decimal): -2377962 or 1488859. OLE color: 1488859.

HSL color Cylindrical-coordinate representation of color #DBB716: hue angle of 49.04º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBB716 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 22 -
CMYK 0 0.16 0.90 0.14
HSL 49.04º 0.82% 0.47% -
HSV(B) 49.04º 0.9% 0.86% -
XYZ 46.29 48.98 7.77 -
YUV 175.41 41.43 159.09 -
System Red Green Blue C M Y K H S L
Decimal 219 183 22 0 0.16 0.90 0.14 49.04 0.82 0.47
Hex DB B7 16 0 10 5A E 31 52 2F
Octal 333 267 26 0 20 132 16 61 122 57
Binary 11011011 10110111 10110 0 10000 1011010 1110 110001 1010010 101111

Color Harmonies of #DBB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB716

Black with #DBB716

Text Example


Text Example

White with #DBB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB716; }

 p { color: rgb(219,183,22); }

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

background-color css

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

 a { background-color: rgb(219,183,22); }

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

border-color css

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

 span { border-color: rgb(219,183,22); }

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