Html Css Color HEX #DBBF16 Sunflower

📋 copy color: '#DBBF16'

red 219 ◦ green 191 ◦ blue 22

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

Shades of Sunflower #DBBF16

Tints of Sunflower #DBBF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 50.69%
G = 44.21%
B = 5.09%

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

#DBBF16 (or 0xDBBF16) is known color: Sunflower. HEX triplet: DB, BF and 16. RGB value is (219,191,22). Sum of RGB (Red+Green+Blue) = 219+191+22=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBF16 is #2440E9. Grayscale: #B4B4B4. Windows color (decimal): -2375914 or 1490907. OLE color: 1490907.

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

Color convert

RGB 219 191 22 -
CMYK 0 0.13 0.90 0.14
HSL 51.47º 0.82% 0.47% -
HSV(B) 51.47º 0.9% 0.86% -
XYZ 47.99 52.38 8.34 -
YUV 180.11 38.78 155.74 -
System Red Green Blue C M Y K H S L
Decimal 219 191 22 0 0.13 0.90 0.14 51.47 0.82 0.47
Hex DB BF 16 0 D 5A E 33 52 2F
Octal 333 277 26 0 15 132 16 63 122 57
Binary 11011011 10111111 10110 0 1101 1011010 1110 110011 1010010 101111

Color Harmonies of #DBBF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBF16

Black with #DBBF16

Text Example


Text Example

White with #DBBF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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