Html Css Color HEX #DBC519 Sunflower

📋 copy color: '#DBC519'

red 219 ◦ green 197 ◦ blue 25

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

Shades of Sunflower #DBC519

Tints of Sunflower #DBC519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.67%

 BLUE value IS 25 (10.16% from 255) = 5.67%

R = 49.66%
G = 44.67%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBC519 (or 0xDBC519) is known color: Sunflower. HEX triplet: DB, C5 and 19. RGB value is (219,197,25). Sum of RGB (Red+Green+Blue) = 219+197+25=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC519 is #243AE6. Grayscale: #B8B8B8. Windows color (decimal): -2374375 or 1689051. OLE color: 1689051.

HSL color Cylindrical-coordinate representation of color #DBC519: hue angle of 53.2º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBC519 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 197 25 -
CMYK 0 0.10 0.89 0.14
HSL 53.2º 0.8% 0.48% -
HSV(B) 53.2º 0.89% 0.86% -
XYZ 49.36 55.06 8.95 -
YUV 183.97 38.29 152.99 -
System Red Green Blue C M Y K H S L
Decimal 219 197 25 0 0.10 0.89 0.14 53.2 0.8 0.48
Hex DB C5 19 0 A 59 E 35 50 30
Octal 333 305 31 0 12 131 16 65 120 60
Binary 11011011 11000101 11001 0 1010 1011001 1110 110101 1010000 110000

Color Harmonies of #DBC519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC519

Black with #DBC519

Text Example


Text Example

White with #DBC519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC519; }

 p { color: rgb(219,197,25); }

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

background-color css

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

 a { background-color: rgb(219,197,25); }

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

border-color css

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

 span { border-color: rgb(219,197,25); }

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