Html Css Color HEX #DBC319 Sunflower

📋 copy color: '#DBC319'

red 219 ◦ green 195 ◦ blue 25

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

Shades of Sunflower #DBC319

Tints of Sunflower #DBC319

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.42%

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

R = 49.89%
G = 44.42%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBC319 (or 0xDBC319) is known color: Sunflower. HEX triplet: DB, C3 and 19. RGB value is (219,195,25). Sum of RGB (Red+Green+Blue) = 219+195+25=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC319 is #243CE6. Grayscale: #B7B7B7. Windows color (decimal): -2374887 or 1688539. OLE color: 1688539.

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

Color convert

RGB 219 195 25 -
CMYK 0 0.11 0.89 0.14
HSL 52.58º 0.8% 0.48% -
HSV(B) 52.58º 0.89% 0.86% -
XYZ 48.9 54.16 8.8 -
YUV 182.8 38.95 153.82 -
System Red Green Blue C M Y K H S L
Decimal 219 195 25 0 0.11 0.89 0.14 52.58 0.8 0.48
Hex DB C3 19 0 B 59 E 35 50 30
Octal 333 303 31 0 13 131 16 65 120 60
Binary 11011011 11000011 11001 0 1011 1011001 1110 110101 1010000 110000

Color Harmonies of #DBC319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC319

Black with #DBC319

Text Example


Text Example

White with #DBC319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC319; }

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

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

background-color css

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

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

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

border-color css

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

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

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