Html Css Color HEX #D6931C Buttercup

📋 copy color: '#D6931C'

red 214 ◦ green 147 ◦ blue 28

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

Shades of Buttercup #D6931C

Tints of Buttercup #D6931C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

 BLUE value IS 28 (11.33% from 255) = 7.2%

R = 55.01%
G = 37.79%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6931C (or 0xD6931C) is known color: Buttercup. HEX triplet: D6, 93 and 1C. RGB value is (214,147,28). Sum of RGB (Red+Green+Blue) = 214+147+28=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6931C is #296CE3. Grayscale: #9A9A9A. Windows color (decimal): -2714852 or 1872854. OLE color: 1872854.

HSL color Cylindrical-coordinate representation of color #D6931C: hue angle of 38.39º degrees, saturation: 0.77, 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 #D6931C is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 147 28 -
CMYK 0 0.31 0.87 0.16
HSL 38.39º 0.77% 0.47% -
HSV(B) 38.39º 0.87% 0.84% -
XYZ 38.37 35.25 5.88 -
YUV 153.47 57.2 171.18 -
System Red Green Blue C M Y K H S L
Decimal 214 147 28 0 0.31 0.87 0.16 38.39 0.77 0.47
Hex D6 93 1C 0 1F 57 10 26 4D 2F
Octal 326 223 34 0 37 127 20 46 115 57
Binary 11010110 10010011 11100 0 11111 1010111 10000 100110 1001101 101111

Color Harmonies of #D6931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6931C

Black with #D6931C

Text Example


Text Example

White with #D6931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6931C; }

 p { color: rgb(214,147,28); }

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

background-color css

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

 a { background-color: rgb(214,147,28); }

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

border-color css

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

 span { border-color: rgb(214,147,28); }

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