Html Css Color HEX #DBC518 Sunflower

📋 copy color: '#DBC518'

red 219 ◦ green 197 ◦ blue 24

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

Shades of Sunflower #DBC518

Tints of Sunflower #DBC518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.45%

R = 49.77%
G = 44.77%
B = 5.45%

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

#DBC518 (or 0xDBC518) is known color: Sunflower. HEX triplet: DB, C5 and 18. RGB value is (219,197,24). Sum of RGB (Red+Green+Blue) = 219+197+24=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC518 is #243AE7. Grayscale: #B8B8B8. Windows color (decimal): -2374376 or 1623515. OLE color: 1623515.

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

Color convert

RGB 219 197 24 -
CMYK 0 0.10 0.89 0.14
HSL 53.23º 0.8% 0.48% -
HSV(B) 53.23º 0.89% 0.86% -
XYZ 49.34 55.06 8.89 -
YUV 183.86 37.79 153.07 -
System Red Green Blue C M Y K H S L
Decimal 219 197 24 0 0.10 0.89 0.14 53.23 0.8 0.48
Hex DB C5 18 0 A 59 E 35 50 30
Octal 333 305 30 0 12 131 16 65 120 60
Binary 11011011 11000101 11000 0 1010 1011001 1110 110101 1010000 110000

Color Harmonies of #DBC518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC518

Black with #DBC518

Text Example


Text Example

White with #DBC518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC518; }

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

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

background-color css

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

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

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

border-color css

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

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

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