Html Css Color HEX #DBBA1A Sunflower

📋 copy color: '#DBBA1A'

red 219 ◦ green 186 ◦ blue 26

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

Shades of Sunflower #DBBA1A

Tints of Sunflower #DBBA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.03%

R = 50.81%
G = 43.16%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBBA1A (or 0xDBBA1A) is known color: Sunflower. HEX triplet: DB, BA and 1A. RGB value is (219,186,26). Sum of RGB (Red+Green+Blue) = 219+186+26=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA1A is #2445E5. Grayscale: #B2B2B2. Windows color (decimal): -2377190 or 1751771. OLE color: 1751771.

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

Color convert

RGB 219 186 26 -
CMYK 0 0.15 0.88 0.14
HSL 49.74º 0.79% 0.48% -
HSV(B) 49.74º 0.88% 0.86% -
XYZ 46.96 50.25 8.2 -
YUV 177.63 42.43 157.51 -
System Red Green Blue C M Y K H S L
Decimal 219 186 26 0 0.15 0.88 0.14 49.74 0.79 0.48
Hex DB BA 1A 0 F 58 E 32 4F 30
Octal 333 272 32 0 17 130 16 62 117 60
Binary 11011011 10111010 11010 0 1111 1011000 1110 110010 1001111 110000

Color Harmonies of #DBBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA1A

Black with #DBBA1A

Text Example


Text Example

White with #DBBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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