Html Css Color HEX #DBC514 Sunflower

📋 copy color: '#DBC514'

red 219 ◦ green 197 ◦ blue 20

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

Shades of Sunflower #DBC514

Tints of Sunflower #DBC514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.59%

R = 50.23%
G = 45.18%
B = 4.59%

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

#DBC514 (or 0xDBC514) is known color: Sunflower. HEX triplet: DB, C5 and 14. RGB value is (219,197,20). Sum of RGB (Red+Green+Blue) = 219+197+20=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC514 is #243AEB. Grayscale: #B8B8B8. Windows color (decimal): -2374380 or 1361371. OLE color: 1361371.

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

Color convert

RGB 219 197 20 -
CMYK 0 0.10 0.91 0.14
HSL 53.37º 0.83% 0.47% -
HSV(B) 53.37º 0.91% 0.86% -
XYZ 49.31 55.04 8.69 -
YUV 183.4 35.79 153.39 -
System Red Green Blue C M Y K H S L
Decimal 219 197 20 0 0.10 0.91 0.14 53.37 0.83 0.47
Hex DB C5 14 0 A 5B E 35 53 2F
Octal 333 305 24 0 12 133 16 65 123 57
Binary 11011011 11000101 10100 0 1010 1011011 1110 110101 1010011 101111

Color Harmonies of #DBC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC514

Black with #DBC514

Text Example


Text Example

White with #DBC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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