Html Css Color HEX #DBBA09 Sunflower

📋 copy color: '#DBBA09'

red 219 ◦ green 186 ◦ blue 9

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

Shades of Sunflower #DBBA09

Tints of Sunflower #DBBA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.17%

R = 52.9%
G = 44.93%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBBA09 (or 0xDBBA09) is known color: Sunflower. HEX triplet: DB, BA and 09. RGB value is (219,186,9). Sum of RGB (Red+Green+Blue) = 219+186+9=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA09 is #2445F6. Grayscale: #B0B0B0. Windows color (decimal): -2377207 or 637659. OLE color: 637659.

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

Color convert

RGB 219 186 9 -
CMYK 0 0.15 0.96 0.14
HSL 50.57º 0.92% 0.45% -
HSV(B) 50.57º 0.96% 0.86% -
XYZ 46.82 50.2 7.48 -
YUV 175.69 33.93 158.89 -
System Red Green Blue C M Y K H S L
Decimal 219 186 9 0 0.15 0.96 0.14 50.57 0.92 0.45
Hex DB BA 9 0 F 60 E 33 5C 2D
Octal 333 272 11 0 17 140 16 63 134 55
Binary 11011011 10111010 1001 0 1111 1100000 1110 110011 1011100 101101

Color Harmonies of #DBBA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA09

Black with #DBBA09

Text Example


Text Example

White with #DBBA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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