Html Css Color HEX #DBC019 Sunflower

📋 copy color: '#DBC019'

red 219 ◦ green 192 ◦ blue 25

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

Shades of Sunflower #DBC019

Tints of Sunflower #DBC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

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

R = 50.23%
G = 44.04%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBC019 (or 0xDBC019) is known color: Sunflower. HEX triplet: DB, C0 and 19. RGB value is (219,192,25). Sum of RGB (Red+Green+Blue) = 219+192+25=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC019 is #243FE6. Grayscale: #B5B5B5. Windows color (decimal): -2375655 or 1687771. OLE color: 1687771.

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

Color convert

RGB 219 192 25 -
CMYK 0 0.12 0.89 0.14
HSL 51.65º 0.8% 0.48% -
HSV(B) 51.65º 0.89% 0.86% -
XYZ 48.24 52.83 8.57 -
YUV 181.04 39.95 155.08 -
System Red Green Blue C M Y K H S L
Decimal 219 192 25 0 0.12 0.89 0.14 51.65 0.8 0.48
Hex DB C0 19 0 C 59 E 34 50 30
Octal 333 300 31 0 14 131 16 64 120 60
Binary 11011011 11000000 11001 0 1100 1011001 1110 110100 1010000 110000

Color Harmonies of #DBC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC019

Black with #DBC019

Text Example


Text Example

White with #DBC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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