Html Css Color HEX #DBB313 Sunflower

📋 copy color: '#DBB313'

red 219 ◦ green 179 ◦ blue 19

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

Shades of Sunflower #DBB313

Tints of Sunflower #DBB313

RGB

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

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

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

R = 52.52%
G = 42.93%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBB313 (or 0xDBB313) is known color: Sunflower. HEX triplet: DB, B3 and 13. RGB value is (219,179,19). Sum of RGB (Red+Green+Blue) = 219+179+19=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB313 is #244CEC. Grayscale: #ADADAD. Windows color (decimal): -2378989 or 1291227. OLE color: 1291227.

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

Color convert

RGB 219 179 19 -
CMYK 0 0.18 0.91 0.14
HSL 48º 0.84% 0.47% -
HSV(B) 48º 0.91% 0.86% -
XYZ 45.45 47.35 7.36 -
YUV 172.72 41.25 161.01 -
System Red Green Blue C M Y K H S L
Decimal 219 179 19 0 0.18 0.91 0.14 48 0.84 0.47
Hex DB B3 13 0 12 5B E 30 54 2F
Octal 333 263 23 0 22 133 16 60 124 57
Binary 11011011 10110011 10011 0 10010 1011011 1110 110000 1010100 101111

Color Harmonies of #DBB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB313

Black with #DBB313

Text Example


Text Example

White with #DBB313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB313; }

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

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

background-color css

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

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

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

border-color css

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

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

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