Html Css Color HEX #DBB219 Sunflower

📋 copy color: '#DBB219'

red 219 ◦ green 178 ◦ blue 25

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

Shades of Sunflower #DBB219

Tints of Sunflower #DBB219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.18%

 BLUE value IS 25 (10.16% from 255) = 5.92%

R = 51.9%
G = 42.18%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBB219 (or 0xDBB219) is known color: Sunflower. HEX triplet: DB, B2 and 19. RGB value is (219,178,25). Sum of RGB (Red+Green+Blue) = 219+178+25=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB219 is #244DE6. Grayscale: #ADADAD. Windows color (decimal): -2379239 or 1684187. OLE color: 1684187.

HSL color Cylindrical-coordinate representation of color #DBB219: hue angle of 47.32º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBB219 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 25 -
CMYK 0 0.19 0.89 0.14
HSL 47.32º 0.8% 0.48% -
HSV(B) 47.32º 0.89% 0.86% -
XYZ 45.31 46.97 7.6 -
YUV 172.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 219 178 25 0 0.19 0.89 0.14 47.32 0.8 0.48
Hex DB B2 19 0 13 59 E 2F 50 30
Octal 333 262 31 0 23 131 16 57 120 60
Binary 11011011 10110010 11001 0 10011 1011001 1110 101111 1010000 110000

Color Harmonies of #DBB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB219

Black with #DBB219

Text Example


Text Example

White with #DBB219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB219; }

 p { color: rgb(219,178,25); }

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

background-color css

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

 a { background-color: rgb(219,178,25); }

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

border-color css

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

 span { border-color: rgb(219,178,25); }

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