Html Css Color HEX #DBB416 Sunflower

📋 copy color: '#DBB416'

red 219 ◦ green 180 ◦ blue 22

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

Shades of Sunflower #DBB416

Tints of Sunflower #DBB416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

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

R = 52.02%
G = 42.76%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBB416 (or 0xDBB416) is known color: Sunflower. HEX triplet: DB, B4 and 16. RGB value is (219,180,22). Sum of RGB (Red+Green+Blue) = 219+180+22=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB416 is #244BE9. Grayscale: #AEAEAE. Windows color (decimal): -2378730 or 1488091. OLE color: 1488091.

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

Color convert

RGB 219 180 22 -
CMYK 0 0.18 0.90 0.14
HSL 48.12º 0.82% 0.47% -
HSV(B) 48.12º 0.9% 0.86% -
XYZ 45.68 47.76 7.57 -
YUV 173.65 42.42 160.35 -
System Red Green Blue C M Y K H S L
Decimal 219 180 22 0 0.18 0.90 0.14 48.12 0.82 0.47
Hex DB B4 16 0 12 5A E 30 52 2F
Octal 333 264 26 0 22 132 16 60 122 57
Binary 11011011 10110100 10110 0 10010 1011010 1110 110000 1010010 101111

Color Harmonies of #DBB416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB416

Black with #DBB416

Text Example


Text Example

White with #DBB416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB416; }

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

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

background-color css

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

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

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

border-color css

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

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

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