Html Css Color HEX #DBB713 Sunflower

📋 copy color: '#DBB713'

red 219 ◦ green 183 ◦ blue 19

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

Shades of Sunflower #DBB713

Tints of Sunflower #DBB713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.47%

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

R = 52.02%
G = 43.47%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBB713 (or 0xDBB713) is known color: Sunflower. HEX triplet: DB, B7 and 13. RGB value is (219,183,19). Sum of RGB (Red+Green+Blue) = 219+183+19=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB713 is #2448EC. Grayscale: #AFAFAF. Windows color (decimal): -2377965 or 1292251. OLE color: 1292251.

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

Color convert

RGB 219 183 19 -
CMYK 0 0.16 0.91 0.14
HSL 49.2º 0.84% 0.47% -
HSV(B) 49.2º 0.91% 0.86% -
XYZ 46.26 48.97 7.63 -
YUV 175.07 39.93 159.34 -
System Red Green Blue C M Y K H S L
Decimal 219 183 19 0 0.16 0.91 0.14 49.2 0.84 0.47
Hex DB B7 13 0 10 5B E 31 54 2F
Octal 333 267 23 0 20 133 16 61 124 57
Binary 11011011 10110111 10011 0 10000 1011011 1110 110001 1010100 101111

Color Harmonies of #DBB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB713

Black with #DBB713

Text Example


Text Example

White with #DBB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB713; }

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

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

background-color css

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

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

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

border-color css

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

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

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