Html Css Color HEX #DBB915 Sunflower

📋 copy color: '#DBB915'

red 219 ◦ green 185 ◦ blue 21

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

Shades of Sunflower #DBB915

Tints of Sunflower #DBB915

RGB

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

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

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

R = 51.53%
G = 43.53%
B = 4.94%

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

#DBB915 (or 0xDBB915) is known color: Sunflower. HEX triplet: DB, B9 and 15. RGB value is (219,185,21). Sum of RGB (Red+Green+Blue) = 219+185+21=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB915 is #2446EA. Grayscale: #B1B1B1. Windows color (decimal): -2377451 or 1423835. OLE color: 1423835.

HSL color Cylindrical-coordinate representation of color #DBB915: hue angle of 49.7º 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 #DBB915 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 21 -
CMYK 0 0.16 0.90 0.14
HSL 49.7º 0.83% 0.47% -
HSV(B) 49.7º 0.9% 0.86% -
XYZ 46.7 49.81 7.86 -
YUV 176.47 40.26 158.34 -
System Red Green Blue C M Y K H S L
Decimal 219 185 21 0 0.16 0.90 0.14 49.7 0.83 0.47
Hex DB B9 15 0 10 5A E 32 52 2F
Octal 333 271 25 0 20 132 16 62 122 57
Binary 11011011 10111001 10101 0 10000 1011010 1110 110010 1010010 101111

Color Harmonies of #DBB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB915

Black with #DBB915

Text Example


Text Example

White with #DBB915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB915; }

 p { color: rgb(219,185,21); }

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

background-color css

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

 a { background-color: rgb(219,185,21); }

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

border-color css

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

 span { border-color: rgb(219,185,21); }

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