Html Css Color HEX #DBC615 Sunflower

📋 copy color: '#DBC615'

red 219 ◦ green 198 ◦ blue 21

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

Shades of Sunflower #DBC615

Tints of Sunflower #DBC615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

 BLUE value IS 21 (8.59% from 255) = 4.79%

R = 50%
G = 45.21%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBC615 (or 0xDBC615) is known color: Sunflower. HEX triplet: DB, C6 and 15. RGB value is (219,198,21). Sum of RGB (Red+Green+Blue) = 219+198+21=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC615 is #2439EA. Grayscale: #B8B8B8. Windows color (decimal): -2374123 or 1427163. OLE color: 1427163.

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

Color convert

RGB 219 198 21 -
CMYK 0 0.10 0.90 0.14
HSL 53.64º 0.83% 0.47% -
HSV(B) 53.64º 0.9% 0.86% -
XYZ 49.54 55.5 8.81 -
YUV 184.1 35.96 152.89 -
System Red Green Blue C M Y K H S L
Decimal 219 198 21 0 0.10 0.90 0.14 53.64 0.83 0.47
Hex DB C6 15 0 A 5A E 36 52 2F
Octal 333 306 25 0 12 132 16 66 122 57
Binary 11011011 11000110 10101 0 1010 1011010 1110 110110 1010010 101111

Color Harmonies of #DBC615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC615

Black with #DBC615

Text Example


Text Example

White with #DBC615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC615; }

 p { color: rgb(219,198,21); }

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

background-color css

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

 a { background-color: rgb(219,198,21); }

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

border-color css

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

 span { border-color: rgb(219,198,21); }

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