Html Css Color HEX #DBB71F Sunflower

📋 copy color: '#DBB71F'

red 219 ◦ green 183 ◦ blue 31

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

Shades of Sunflower #DBB71F

Tints of Sunflower #DBB71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.26%

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

R = 50.58%
G = 42.26%
B = 7.16%

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

#DBB71F (or 0xDBB71F) is known color: Sunflower. HEX triplet: DB, B7 and 1F. RGB value is (219,183,31). Sum of RGB (Red+Green+Blue) = 219+183+31=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB71F is #2448E0. Grayscale: #B1B1B1. Windows color (decimal): -2377953 or 2078683. OLE color: 2078683.

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

Color convert

RGB 219 183 31 -
CMYK 0 0.16 0.86 0.14
HSL 48.51º 0.75% 0.49% -
HSV(B) 48.51º 0.86% 0.86% -
XYZ 46.39 49.03 8.31 -
YUV 176.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 219 183 31 0 0.16 0.86 0.14 48.51 0.75 0.49
Hex DB B7 1F 0 10 56 E 31 4B 31
Octal 333 267 37 0 20 126 16 61 113 61
Binary 11011011 10110111 11111 0 10000 1010110 1110 110001 1001011 110001

Color Harmonies of #DBB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB71F

Black with #DBB71F

Text Example


Text Example

White with #DBB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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