Html Css Color HEX #DBBA13 Sunflower

📋 copy color: '#DBBA13'

red 219 ◦ green 186 ◦ blue 19

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

Shades of Sunflower #DBBA13

Tints of Sunflower #DBBA13

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

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

R = 51.65%
G = 43.87%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBBA13 (or 0xDBBA13) is known color: Sunflower. HEX triplet: DB, BA and 13. RGB value is (219,186,19). Sum of RGB (Red+Green+Blue) = 219+186+19=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA13 is #2445EC. Grayscale: #B1B1B1. Windows color (decimal): -2377197 or 1293019. OLE color: 1293019.

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

Color convert

RGB 219 186 19 -
CMYK 0 0.15 0.91 0.14
HSL 50.1º 0.84% 0.47% -
HSV(B) 50.1º 0.91% 0.86% -
XYZ 46.89 50.22 7.84 -
YUV 176.83 38.93 158.08 -
System Red Green Blue C M Y K H S L
Decimal 219 186 19 0 0.15 0.91 0.14 50.1 0.84 0.47
Hex DB BA 13 0 F 5B E 32 54 2F
Octal 333 272 23 0 17 133 16 62 124 57
Binary 11011011 10111010 10011 0 1111 1011011 1110 110010 1010100 101111

Color Harmonies of #DBBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA13

Black with #DBBA13

Text Example


Text Example

White with #DBBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA13; }

 p { color: rgb(219,186,19); }

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

background-color css

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

 a { background-color: rgb(219,186,19); }

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

border-color css

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

 span { border-color: rgb(219,186,19); }

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