Html Css Color HEX #DBB115 Sunflower

📋 copy color: '#DBB115'

red 219 ◦ green 177 ◦ blue 21

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

Shades of Sunflower #DBB115

Tints of Sunflower #DBB115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 52.52%
G = 42.45%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBB115 (or 0xDBB115) is known color: Sunflower. HEX triplet: DB, B1 and 15. RGB value is (219,177,21). Sum of RGB (Red+Green+Blue) = 219+177+21=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB115 is #244EEA. Grayscale: #ACACAC. Windows color (decimal): -2379499 or 1421787. OLE color: 1421787.

HSL color Cylindrical-coordinate representation of color #DBB115: hue angle of 47.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBB115 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 21 -
CMYK 0 0.19 0.90 0.14
HSL 47.27º 0.83% 0.47% -
HSV(B) 47.27º 0.9% 0.86% -
XYZ 45.07 46.56 7.32 -
YUV 171.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 219 177 21 0 0.19 0.90 0.14 47.27 0.83 0.47
Hex DB B1 15 0 13 5A E 2F 52 2F
Octal 333 261 25 0 23 132 16 57 122 57
Binary 11011011 10110001 10101 0 10011 1011010 1110 101111 1010010 101111

Color Harmonies of #DBB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB115

Black with #DBB115

Text Example


Text Example

White with #DBB115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB115; }

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

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

background-color css

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

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

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

border-color css

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

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

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