Html Css Color HEX #DBB315 Sunflower

📋 copy color: '#DBB315'

red 219 ◦ green 179 ◦ blue 21

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

Shades of Sunflower #DBB315

Tints of Sunflower #DBB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.72%

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

R = 52.27%
G = 42.72%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBB315 (or 0xDBB315) is known color: Sunflower. HEX triplet: DB, B3 and 15. RGB value is (219,179,21). Sum of RGB (Red+Green+Blue) = 219+179+21=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB315 is #244CEA. Grayscale: #ADADAD. Windows color (decimal): -2378987 or 1422299. OLE color: 1422299.

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

Color convert

RGB 219 179 21 -
CMYK 0 0.18 0.90 0.14
HSL 47.88º 0.83% 0.47% -
HSV(B) 47.88º 0.9% 0.86% -
XYZ 45.47 47.35 7.45 -
YUV 172.95 42.25 160.85 -
System Red Green Blue C M Y K H S L
Decimal 219 179 21 0 0.18 0.90 0.14 47.88 0.83 0.47
Hex DB B3 15 0 12 5A E 30 52 2F
Octal 333 263 25 0 22 132 16 60 122 57
Binary 11011011 10110011 10101 0 10010 1011010 1110 110000 1010010 101111

Color Harmonies of #DBB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB315

Black with #DBB315

Text Example


Text Example

White with #DBB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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