Html Css Color HEX #DBB013 Sunflower

📋 copy color: '#DBB013'

red 219 ◦ green 176 ◦ blue 19

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

Shades of Sunflower #DBB013

Tints of Sunflower #DBB013

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

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

R = 52.9%
G = 42.51%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBB013 (or 0xDBB013) is known color: Sunflower. HEX triplet: DB, B0 and 13. RGB value is (219,176,19). Sum of RGB (Red+Green+Blue) = 219+176+19=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB013 is #244FEC. Grayscale: #ABABAB. Windows color (decimal): -2379757 or 1290459. OLE color: 1290459.

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

Color convert

RGB 219 176 19 -
CMYK 0 0.20 0.91 0.14
HSL 47.1º 0.84% 0.47% -
HSV(B) 47.1º 0.91% 0.86% -
XYZ 44.86 46.16 7.16 -
YUV 170.96 42.25 162.27 -
System Red Green Blue C M Y K H S L
Decimal 219 176 19 0 0.20 0.91 0.14 47.1 0.84 0.47
Hex DB B0 13 0 14 5B E 2F 54 2F
Octal 333 260 23 0 24 133 16 57 124 57
Binary 11011011 10110000 10011 0 10100 1011011 1110 101111 1010100 101111

Color Harmonies of #DBB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB013

Black with #DBB013

Text Example


Text Example

White with #DBB013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB013; }

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

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

background-color css

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

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

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

border-color css

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

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

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