Html Css Color HEX #DBB715 Sunflower

📋 copy color: '#DBB715'

red 219 ◦ green 183 ◦ blue 21

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

Shades of Sunflower #DBB715

Tints of Sunflower #DBB715

RGB

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

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

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

R = 51.77%
G = 43.26%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBB715 (or 0xDBB715) is known color: Sunflower. HEX triplet: DB, B7 and 15. RGB value is (219,183,21). Sum of RGB (Red+Green+Blue) = 219+183+21=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB715 is #2448EA. Grayscale: #AFAFAF. Windows color (decimal): -2377963 or 1423323. OLE color: 1423323.

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

Color convert

RGB 219 183 21 -
CMYK 0 0.16 0.90 0.14
HSL 49.09º 0.83% 0.47% -
HSV(B) 49.09º 0.9% 0.86% -
XYZ 46.28 48.98 7.72 -
YUV 175.3 40.93 159.17 -
System Red Green Blue C M Y K H S L
Decimal 219 183 21 0 0.16 0.90 0.14 49.09 0.83 0.47
Hex DB B7 15 0 10 5A E 31 52 2F
Octal 333 267 25 0 20 132 16 61 122 57
Binary 11011011 10110111 10101 0 10000 1011010 1110 110001 1010010 101111

Color Harmonies of #DBB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB715

Black with #DBB715

Text Example


Text Example

White with #DBB715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB715; }

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

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

background-color css

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

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

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

border-color css

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

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

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