Html Css Color HEX #DBB611 Sunflower

📋 copy color: '#DBB611'

red 219 ◦ green 182 ◦ blue 17

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

Shades of Sunflower #DBB611

Tints of Sunflower #DBB611

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.54%

 BLUE value IS 17 (7.03% from 255) = 4.07%

R = 52.39%
G = 43.54%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBB611 (or 0xDBB611) is known color: Sunflower. HEX triplet: DB, B6 and 11. RGB value is (219,182,17). Sum of RGB (Red+Green+Blue) = 219+182+17=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB611 is #2449EE. Grayscale: #AEAEAE. Windows color (decimal): -2378223 or 1160923. OLE color: 1160923.

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

Color convert

RGB 219 182 17 -
CMYK 0 0.17 0.92 0.14
HSL 49.01º 0.86% 0.46% -
HSV(B) 49.01º 0.92% 0.86% -
XYZ 46.04 48.56 7.48 -
YUV 174.25 39.26 159.92 -
System Red Green Blue C M Y K H S L
Decimal 219 182 17 0 0.17 0.92 0.14 49.01 0.86 0.46
Hex DB B6 11 0 11 5C E 31 56 2E
Octal 333 266 21 0 21 134 16 61 126 56
Binary 11011011 10110110 10001 0 10001 1011100 1110 110001 1010110 101110

Color Harmonies of #DBB611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB611

Black with #DBB611

Text Example


Text Example

White with #DBB611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB611; }

 p { color: rgb(219,182,17); }

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

background-color css

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

 a { background-color: rgb(219,182,17); }

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

border-color css

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

 span { border-color: rgb(219,182,17); }

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