Html Css Color HEX #DBC513 Sunflower

📋 copy color: '#DBC513'

red 219 ◦ green 197 ◦ blue 19

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

Shades of Sunflower #DBC513

Tints of Sunflower #DBC513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.37%

R = 50.34%
G = 45.29%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBC513 (or 0xDBC513) is known color: Sunflower. HEX triplet: DB, C5 and 13. RGB value is (219,197,19). Sum of RGB (Red+Green+Blue) = 219+197+19=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC513 is #243AEC. Grayscale: #B8B8B8. Windows color (decimal): -2374381 or 1295835. OLE color: 1295835.

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

Color convert

RGB 219 197 19 -
CMYK 0 0.10 0.91 0.14
HSL 53.4º 0.84% 0.47% -
HSV(B) 53.4º 0.91% 0.86% -
XYZ 49.3 55.04 8.64 -
YUV 183.29 35.29 153.47 -
System Red Green Blue C M Y K H S L
Decimal 219 197 19 0 0.10 0.91 0.14 53.4 0.84 0.47
Hex DB C5 13 0 A 5B E 35 54 2F
Octal 333 305 23 0 12 133 16 65 124 57
Binary 11011011 11000101 10011 0 1010 1011011 1110 110101 1010100 101111

Color Harmonies of #DBC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC513

Black with #DBC513

Text Example


Text Example

White with #DBC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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