Html Css Color HEX #DBB81F Sunflower

📋 copy color: '#DBB81F'

red 219 ◦ green 184 ◦ blue 31

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

Shades of Sunflower #DBB81F

Tints of Sunflower #DBB81F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.4%

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

R = 50.46%
G = 42.4%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBB81F (or 0xDBB81F) is known color: Sunflower. HEX triplet: DB, B8 and 1F. RGB value is (219,184,31). Sum of RGB (Red+Green+Blue) = 219+184+31=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB81F is #2447E0. Grayscale: #B1B1B1. Windows color (decimal): -2377697 or 2078939. OLE color: 2078939.

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

Color convert

RGB 219 184 31 -
CMYK 0 0.16 0.86 0.14
HSL 48.83º 0.75% 0.49% -
HSV(B) 48.83º 0.86% 0.86% -
XYZ 46.6 49.44 8.38 -
YUV 177.02 45.6 157.94 -
System Red Green Blue C M Y K H S L
Decimal 219 184 31 0 0.16 0.86 0.14 48.83 0.75 0.49
Hex DB B8 1F 0 10 56 E 31 4B 31
Octal 333 270 37 0 20 126 16 61 113 61
Binary 11011011 10111000 11111 0 10000 1010110 1110 110001 1001011 110001

Color Harmonies of #DBB81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB81F

Black with #DBB81F

Text Example


Text Example

White with #DBB81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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