Html Css Color HEX #DBB113 Sunflower

📋 copy color: '#DBB113'

red 219 ◦ green 177 ◦ blue 19

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

Shades of Sunflower #DBB113

Tints of Sunflower #DBB113

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.65%

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

R = 52.77%
G = 42.65%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBB113 (or 0xDBB113) is known color: Sunflower. HEX triplet: DB, B1 and 13. RGB value is (219,177,19). Sum of RGB (Red+Green+Blue) = 219+177+19=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB113 is #244EEC. Grayscale: #ACACAC. Windows color (decimal): -2379501 or 1290715. OLE color: 1290715.

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

Color convert

RGB 219 177 19 -
CMYK 0 0.19 0.91 0.14
HSL 47.4º 0.84% 0.47% -
HSV(B) 47.4º 0.91% 0.86% -
XYZ 45.05 46.55 7.23 -
YUV 171.55 41.91 161.85 -
System Red Green Blue C M Y K H S L
Decimal 219 177 19 0 0.19 0.91 0.14 47.4 0.84 0.47
Hex DB B1 13 0 13 5B E 2F 54 2F
Octal 333 261 23 0 23 133 16 57 124 57
Binary 11011011 10110001 10011 0 10011 1011011 1110 101111 1010100 101111

Color Harmonies of #DBB113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB113

Black with #DBB113

Text Example


Text Example

White with #DBB113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB113; }

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

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

background-color css

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

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

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

border-color css

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

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

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