Html Css Color HEX #DBB91B Sunflower

📋 copy color: '#DBB91B'

red 219 ◦ green 185 ◦ blue 27

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

Shades of Sunflower #DBB91B

Tints of Sunflower #DBB91B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.26%

R = 50.81%
G = 42.92%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBB91B (or 0xDBB91B) is known color: Sunflower. HEX triplet: DB, B9 and 1B. RGB value is (219,185,27). Sum of RGB (Red+Green+Blue) = 219+185+27=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB91B is #2446E4. Grayscale: #B1B1B1. Windows color (decimal): -2377445 or 1817051. OLE color: 1817051.

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

Color convert

RGB 219 185 27 -
CMYK 0 0.16 0.88 0.14
HSL 49.38º 0.78% 0.48% -
HSV(B) 49.38º 0.88% 0.86% -
XYZ 46.76 49.84 8.19 -
YUV 177.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 219 185 27 0 0.16 0.88 0.14 49.38 0.78 0.48
Hex DB B9 1B 0 10 58 E 31 4E 30
Octal 333 271 33 0 20 130 16 61 116 60
Binary 11011011 10111001 11011 0 10000 1011000 1110 110001 1001110 110000

Color Harmonies of #DBB91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB91B

Black with #DBB91B

Text Example


Text Example

White with #DBB91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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