Html Css Color HEX #DBBF15 Sunflower

📋 copy color: '#DBBF15'

red 219 ◦ green 191 ◦ blue 21

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

Shades of Sunflower #DBBF15

Tints of Sunflower #DBBF15

RGB

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

 GREEN value IS 191 (75% from 255) = 44.32%

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

R = 50.81%
G = 44.32%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBBF15 (or 0xDBBF15) is known color: Sunflower. HEX triplet: DB, BF and 15. RGB value is (219,191,21). Sum of RGB (Red+Green+Blue) = 219+191+21=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBF15 is #2440EA. Grayscale: #B4B4B4. Windows color (decimal): -2375915 or 1425371. OLE color: 1425371.

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

Color convert

RGB 219 191 21 -
CMYK 0 0.13 0.90 0.14
HSL 51.52º 0.83% 0.47% -
HSV(B) 51.52º 0.9% 0.86% -
XYZ 47.98 52.38 8.29 -
YUV 179.99 38.28 155.82 -
System Red Green Blue C M Y K H S L
Decimal 219 191 21 0 0.13 0.90 0.14 51.52 0.83 0.47
Hex DB BF 15 0 D 5A E 34 52 2F
Octal 333 277 25 0 15 132 16 64 122 57
Binary 11011011 10111111 10101 0 1101 1011010 1110 110100 1010010 101111

Color Harmonies of #DBBF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBF15

Black with #DBBF15

Text Example


Text Example

White with #DBBF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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