Html Css Color HEX #DBBA10 Sunflower

📋 copy color: '#DBBA10'

red 219 ◦ green 186 ◦ blue 16

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

Shades of Sunflower #DBBA10

Tints of Sunflower #DBBA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.8%

R = 52.02%
G = 44.18%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBBA10 (or 0xDBBA10) is known color: Sunflower. HEX triplet: DB, BA and 10. RGB value is (219,186,16). Sum of RGB (Red+Green+Blue) = 219+186+16=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA10 is #2445EF. Grayscale: #B1B1B1. Windows color (decimal): -2377200 or 1096411. OLE color: 1096411.

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

Color convert

RGB 219 186 16 -
CMYK 0 0.15 0.93 0.14
HSL 50.25º 0.86% 0.46% -
HSV(B) 50.25º 0.93% 0.86% -
XYZ 46.87 50.22 7.71 -
YUV 176.49 37.43 158.32 -
System Red Green Blue C M Y K H S L
Decimal 219 186 16 0 0.15 0.93 0.14 50.25 0.86 0.46
Hex DB BA 10 0 F 5D E 32 56 2E
Octal 333 272 20 0 17 135 16 62 126 56
Binary 11011011 10111010 10000 0 1111 1011101 1110 110010 1010110 101110

Color Harmonies of #DBBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA10

Black with #DBBA10

Text Example


Text Example

White with #DBBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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