Html Css Color HEX #DBC50F Sunflower

📋 copy color: '#DBC50F'

red 219 ◦ green 197 ◦ blue 15

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

Shades of Sunflower #DBC50F

Tints of Sunflower #DBC50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.48%

R = 50.81%
G = 45.71%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBC50F (or 0xDBC50F) is known color: Sunflower. HEX triplet: DB, C5 and 0F. RGB value is (219,197,15). Sum of RGB (Red+Green+Blue) = 219+197+15=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC50F is #243AF0. Grayscale: #B7B7B7. Windows color (decimal): -2374385 or 1033691. OLE color: 1033691.

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

Color convert

RGB 219 197 15 -
CMYK 0 0.10 0.93 0.14
HSL 53.53º 0.87% 0.46% -
HSV(B) 53.53º 0.93% 0.86% -
XYZ 49.27 55.03 8.48 -
YUV 182.83 33.29 153.8 -
System Red Green Blue C M Y K H S L
Decimal 219 197 15 0 0.10 0.93 0.14 53.53 0.87 0.46
Hex DB C5 F 0 A 5D E 36 57 2E
Octal 333 305 17 0 12 135 16 66 127 56
Binary 11011011 11000101 1111 0 1010 1011101 1110 110110 1010111 101110

Color Harmonies of #DBC50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC50F

Black with #DBC50F

Text Example


Text Example

White with #DBC50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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