Html Css Color HEX #DBB91F Sunflower

📋 copy color: '#DBB91F'

red 219 ◦ green 185 ◦ blue 31

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

Shades of Sunflower #DBB91F

Tints of Sunflower #DBB91F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.13%

R = 50.34%
G = 42.53%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBB91F (or 0xDBB91F) is known color: Sunflower. HEX triplet: DB, B9 and 1F. RGB value is (219,185,31). Sum of RGB (Red+Green+Blue) = 219+185+31=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB91F is #2446E0. Grayscale: #B2B2B2. Windows color (decimal): -2377441 or 2079195. OLE color: 2079195.

HSL color Cylindrical-coordinate representation of color #DBB91F: hue angle of 49.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBB91F is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 31 -
CMYK 0 0.16 0.86 0.14
HSL 49.15º 0.75% 0.49% -
HSV(B) 49.15º 0.86% 0.86% -
XYZ 46.81 49.86 8.45 -
YUV 177.61 45.26 157.52 -
System Red Green Blue C M Y K H S L
Decimal 219 185 31 0 0.16 0.86 0.14 49.15 0.75 0.49
Hex DB B9 1F 0 10 56 E 31 4B 31
Octal 333 271 37 0 20 126 16 61 113 61
Binary 11011011 10111001 11111 0 10000 1010110 1110 110001 1001011 110001

Color Harmonies of #DBB91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB91F

Black with #DBB91F

Text Example


Text Example

White with #DBB91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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