Html Css Color HEX #DBBA00 Sunflower

📋 copy color: '#DBBA00'

red 219 ◦ green 186 ◦ blue 0

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

Shades of Sunflower #DBBA00

Tints of Sunflower #DBBA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.07%
G = 45.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBBA00 (or 0xDBBA00) is known color: Sunflower. HEX triplet: DB, BA and 00. RGB value is (219,186,0). Sum of RGB (Red+Green+Blue) = 219+186+0=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBA00 is #2445FF. Grayscale: #AFAFAF. Windows color (decimal): -2377216 or 47835. OLE color: 47835.

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

Color convert

RGB 219 186 0 -
CMYK 0 0.15 1 0.14
HSL 50.96º 1% 0.43% -
HSV(B) 50.96º 1% 0.86% -
XYZ 46.77 50.18 7.22 -
YUV 174.66 29.43 159.62 -
System Red Green Blue C M Y K H S L
Decimal 219 186 0 0 0.15 1 0.14 50.96 1 0.43
Hex DB BA 0 0 F 64 E 33 64 2B
Octal 333 272 0 0 17 144 16 63 144 53
Binary 11011011 10111010 0 0 1111 1100100 1110 110011 1100100 101011

Color Harmonies of #DBBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA00

Black with #DBBA00

Text Example


Text Example

White with #DBBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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