Html Css Color HEX #DBB616 Sunflower

📋 copy color: '#DBB616'

red 219 ◦ green 182 ◦ blue 22

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

Shades of Sunflower #DBB616

Tints of Sunflower #DBB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.03%

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

R = 51.77%
G = 43.03%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBB616 (or 0xDBB616) is known color: Sunflower. HEX triplet: DB, B6 and 16. RGB value is (219,182,22). Sum of RGB (Red+Green+Blue) = 219+182+22=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB616 is #2449E9. Grayscale: #AFAFAF. Windows color (decimal): -2378218 or 1488603. OLE color: 1488603.

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

Color convert

RGB 219 182 22 -
CMYK 0 0.17 0.90 0.14
HSL 48.73º 0.82% 0.47% -
HSV(B) 48.73º 0.9% 0.86% -
XYZ 46.09 48.57 7.71 -
YUV 174.82 41.76 159.51 -
System Red Green Blue C M Y K H S L
Decimal 219 182 22 0 0.17 0.90 0.14 48.73 0.82 0.47
Hex DB B6 16 0 11 5A E 31 52 2F
Octal 333 266 26 0 21 132 16 61 122 57
Binary 11011011 10110110 10110 0 10001 1011010 1110 110001 1010010 101111

Color Harmonies of #DBB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB616

Black with #DBB616

Text Example


Text Example

White with #DBB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB616; }

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

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

background-color css

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

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

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

border-color css

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

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

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