Html Css Color HEX #DBB011 Sunflower

📋 copy color: '#DBB011'

red 219 ◦ green 176 ◦ blue 17

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

Shades of Sunflower #DBB011

Tints of Sunflower #DBB011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.72%

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

R = 53.16%
G = 42.72%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBB011 (or 0xDBB011) is known color: Sunflower. HEX triplet: DB, B0 and 11. RGB value is (219,176,17). Sum of RGB (Red+Green+Blue) = 219+176+17=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB011 is #244FEE. Grayscale: #ABABAB. Windows color (decimal): -2379759 or 1159387. OLE color: 1159387.

HSL color Cylindrical-coordinate representation of color #DBB011: hue angle of 47.23º 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 #DBB011 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 17 -
CMYK 0 0.20 0.92 0.14
HSL 47.23º 0.86% 0.46% -
HSV(B) 47.23º 0.92% 0.86% -
XYZ 44.84 46.15 7.08 -
YUV 170.73 41.25 162.43 -
System Red Green Blue C M Y K H S L
Decimal 219 176 17 0 0.20 0.92 0.14 47.23 0.86 0.46
Hex DB B0 11 0 14 5C E 2F 56 2E
Octal 333 260 21 0 24 134 16 57 126 56
Binary 11011011 10110000 10001 0 10100 1011100 1110 101111 1010110 101110

Color Harmonies of #DBB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB011

Black with #DBB011

Text Example


Text Example

White with #DBB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB011; }

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

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

background-color css

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

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

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

border-color css

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

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

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