Html Css Color HEX #DBB309 Sunflower

📋 copy color: '#DBB309'

red 219 ◦ green 179 ◦ blue 9

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

Shades of Sunflower #DBB309

Tints of Sunflower #DBB309

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.98%

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

R = 53.81%
G = 43.98%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBB309 (or 0xDBB309) is known color: Sunflower. HEX triplet: DB, B3 and 09. RGB value is (219,179,9). Sum of RGB (Red+Green+Blue) = 219+179+9=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB309 is #244CF6. Grayscale: #ACACAC. Windows color (decimal): -2378999 or 635867. OLE color: 635867.

HSL color Cylindrical-coordinate representation of color #DBB309: hue angle of 48.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 #DBB309 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 9 -
CMYK 0 0.18 0.96 0.14
HSL 48.57º 0.92% 0.45% -
HSV(B) 48.57º 0.96% 0.86% -
XYZ 45.38 47.32 7 -
YUV 171.58 36.25 161.82 -
System Red Green Blue C M Y K H S L
Decimal 219 179 9 0 0.18 0.96 0.14 48.57 0.92 0.45
Hex DB B3 9 0 12 60 E 31 5C 2D
Octal 333 263 11 0 22 140 16 61 134 55
Binary 11011011 10110011 1001 0 10010 1100000 1110 110001 1011100 101101

Color Harmonies of #DBB309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB309

Black with #DBB309

Text Example


Text Example

White with #DBB309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB309; }

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

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

background-color css

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

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

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

border-color css

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

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

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