Html Css Color HEX #D6911B Buttercup

📋 copy color: '#D6911B'

red 214 ◦ green 145 ◦ blue 27

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

Shades of Buttercup #D6911B

Tints of Buttercup #D6911B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.99%

R = 55.44%
G = 37.56%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6911B (or 0xD6911B) is known color: Buttercup. HEX triplet: D6, 91 and 1B. RGB value is (214,145,27). Sum of RGB (Red+Green+Blue) = 214+145+27=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D6911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6911B is #296EE4. Grayscale: #989898. Windows color (decimal): -2715365 or 1806806. OLE color: 1806806.

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

Color convert

RGB 214 145 27 -
CMYK 0 0.32 0.87 0.16
HSL 37.86º 0.78% 0.47% -
HSV(B) 37.86º 0.87% 0.84% -
XYZ 38.05 34.63 5.71 -
YUV 152.18 57.36 172.09 -
System Red Green Blue C M Y K H S L
Decimal 214 145 27 0 0.32 0.87 0.16 37.86 0.78 0.47
Hex D6 91 1B 0 20 57 10 26 4E 2F
Octal 326 221 33 0 40 127 20 46 116 57
Binary 11010110 10010001 11011 0 100000 1010111 10000 100110 1001110 101111

Color Harmonies of #D6911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6911B

Black with #D6911B

Text Example


Text Example

White with #D6911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6911B; }

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

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

background-color css

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

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

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

border-color css

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

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

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