Html Css Color HEX #D6911F Buttercup

📋 copy color: '#D6911F'

red 214 ◦ green 145 ◦ blue 31

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

Shades of Buttercup #D6911F

Tints of Buttercup #D6911F

RGB

 RED value IS 214 (83.98% from 255) = 54.87%

 GREEN value IS 145 (57.03% from 255) = 37.18%

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

R = 54.87%
G = 37.18%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6911F (or 0xD6911F) is known color: Buttercup. HEX triplet: D6, 91 and 1F. RGB value is (214,145,31). Sum of RGB (Red+Green+Blue) = 214+145+31=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6911F is #296EE0. Grayscale: #999999. Windows color (decimal): -2715361 or 2068950. OLE color: 2068950.

HSL color Cylindrical-coordinate representation of color #D6911F: hue angle of 37.38º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6911F is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 31 -
CMYK 0 0.32 0.86 0.16
HSL 37.38º 0.75% 0.48% -
HSV(B) 37.38º 0.86% 0.84% -
XYZ 38.1 34.65 5.98 -
YUV 152.64 59.36 171.77 -
System Red Green Blue C M Y K H S L
Decimal 214 145 31 0 0.32 0.86 0.16 37.38 0.75 0.48
Hex D6 91 1F 0 20 56 10 25 4B 30
Octal 326 221 37 0 40 126 20 45 113 60
Binary 11010110 10010001 11111 0 100000 1010110 10000 100101 1001011 110000

Color Harmonies of #D6911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6911F

Black with #D6911F

Text Example


Text Example

White with #D6911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6911F; }

 p { color: rgb(214,145,31); }

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

background-color css

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

 a { background-color: rgb(214,145,31); }

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

border-color css

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

 span { border-color: rgb(214,145,31); }

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