Html Css Color HEX #DBBA11 Sunflower

📋 copy color: '#DBBA11'

red 219 ◦ green 186 ◦ blue 17

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

Shades of Sunflower #DBBA11

Tints of Sunflower #DBBA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.08%

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

R = 51.9%
G = 44.08%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBBA11 (or 0xDBBA11) is known color: Sunflower. HEX triplet: DB, BA and 11. RGB value is (219,186,17). Sum of RGB (Red+Green+Blue) = 219+186+17=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA11 is #2445EE. Grayscale: #B1B1B1. Windows color (decimal): -2377199 or 1161947. OLE color: 1161947.

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

Color convert

RGB 219 186 17 -
CMYK 0 0.15 0.92 0.14
HSL 50.2º 0.86% 0.46% -
HSV(B) 50.2º 0.92% 0.86% -
XYZ 46.87 50.22 7.75 -
YUV 176.6 37.93 158.24 -
System Red Green Blue C M Y K H S L
Decimal 219 186 17 0 0.15 0.92 0.14 50.2 0.86 0.46
Hex DB BA 11 0 F 5C E 32 56 2E
Octal 333 272 21 0 17 134 16 62 126 56
Binary 11011011 10111010 10001 0 1111 1011100 1110 110010 1010110 101110

Color Harmonies of #DBBA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA11

Black with #DBBA11

Text Example


Text Example

White with #DBBA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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