Html Css Color HEX #DBB61F Sunflower

📋 copy color: '#DBB61F'

red 219 ◦ green 182 ◦ blue 31

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

Shades of Sunflower #DBB61F

Tints of Sunflower #DBB61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.18%

R = 50.69%
G = 42.13%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBB61F (or 0xDBB61F) is known color: Sunflower. HEX triplet: DB, B6 and 1F. RGB value is (219,182,31). Sum of RGB (Red+Green+Blue) = 219+182+31=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB61F is #2449E0. Grayscale: #B0B0B0. Windows color (decimal): -2378209 or 2078427. OLE color: 2078427.

HSL color Cylindrical-coordinate representation of color #DBB61F: hue angle of 48.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBB61F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 31 -
CMYK 0 0.17 0.86 0.14
HSL 48.19º 0.75% 0.49% -
HSV(B) 48.19º 0.86% 0.86% -
XYZ 46.19 48.61 8.25 -
YUV 175.85 46.26 158.78 -
System Red Green Blue C M Y K H S L
Decimal 219 182 31 0 0.17 0.86 0.14 48.19 0.75 0.49
Hex DB B6 1F 0 11 56 E 30 4B 31
Octal 333 266 37 0 21 126 16 60 113 61
Binary 11011011 10110110 11111 0 10001 1010110 1110 110000 1001011 110001

Color Harmonies of #DBB61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB61F

Black with #DBB61F

Text Example


Text Example

White with #DBB61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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