Html Css Color HEX #DBB310 Sunflower

📋 copy color: '#DBB310'

red 219 ◦ green 179 ◦ blue 16

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

Shades of Sunflower #DBB310

Tints of Sunflower #DBB310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 52.9%
G = 43.24%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBB310 (or 0xDBB310) is known color: Sunflower. HEX triplet: DB, B3 and 10. RGB value is (219,179,16). Sum of RGB (Red+Green+Blue) = 219+179+16=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB310 is #244CEF. Grayscale: #ADADAD. Windows color (decimal): -2378992 or 1094619. OLE color: 1094619.

HSL color Cylindrical-coordinate representation of color #DBB310: hue angle of 48.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBB310 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 16 -
CMYK 0 0.18 0.93 0.14
HSL 48.18º 0.86% 0.46% -
HSV(B) 48.18º 0.93% 0.86% -
XYZ 45.43 47.34 7.23 -
YUV 172.38 39.75 161.25 -
System Red Green Blue C M Y K H S L
Decimal 219 179 16 0 0.18 0.93 0.14 48.18 0.86 0.46
Hex DB B3 10 0 12 5D E 30 56 2E
Octal 333 263 20 0 22 135 16 60 126 56
Binary 11011011 10110011 10000 0 10010 1011101 1110 110000 1010110 101110

Color Harmonies of #DBB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB310

Black with #DBB310

Text Example


Text Example

White with #DBB310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB310; }

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

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

background-color css

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

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

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

border-color css

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

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

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