Html Css Color HEX #DBB515 Sunflower

📋 copy color: '#DBB515'

red 219 ◦ green 181 ◦ blue 21

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

Shades of Sunflower #DBB515

Tints of Sunflower #DBB515

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.99%

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

R = 52.02%
G = 42.99%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBB515 (or 0xDBB515) is known color: Sunflower. HEX triplet: DB, B5 and 15. RGB value is (219,181,21). Sum of RGB (Red+Green+Blue) = 219+181+21=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB515 is #244AEA. Grayscale: #AEAEAE. Windows color (decimal): -2378475 or 1422811. OLE color: 1422811.

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

Color convert

RGB 219 181 21 -
CMYK 0 0.17 0.90 0.14
HSL 48.48º 0.83% 0.47% -
HSV(B) 48.48º 0.9% 0.86% -
XYZ 45.87 48.16 7.59 -
YUV 174.12 41.59 160.01 -
System Red Green Blue C M Y K H S L
Decimal 219 181 21 0 0.17 0.90 0.14 48.48 0.83 0.47
Hex DB B5 15 0 11 5A E 30 52 2F
Octal 333 265 25 0 21 132 16 60 122 57
Binary 11011011 10110101 10101 0 10001 1011010 1110 110000 1010010 101111

Color Harmonies of #DBB515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB515

Black with #DBB515

Text Example


Text Example

White with #DBB515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB515; }

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

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

background-color css

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

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

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

border-color css

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

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

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