Html Css Color HEX #D6942C Buttercup

📋 copy color: '#D6942C'

red 214 ◦ green 148 ◦ blue 44

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

Shades of Buttercup #D6942C

Tints of Buttercup #D6942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 44 (17.58% from 255) = 10.84%

R = 52.71%
G = 36.45%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6942C (or 0xD6942C) is known color: Buttercup. HEX triplet: D6, 94 and 2C. RGB value is (214,148,44). Sum of RGB (Red+Green+Blue) = 214+148+44=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6942C is #296BD3. Grayscale: #9C9C9C. Windows color (decimal): -2714580 or 2921686. OLE color: 2921686.

HSL color Cylindrical-coordinate representation of color #D6942C: hue angle of 36.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6942C is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 44 -
CMYK 0 0.31 0.79 0.16
HSL 36.71º 0.67% 0.51% -
HSV(B) 36.71º 0.79% 0.84% -
XYZ 38.78 35.66 7.22 -
YUV 155.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 214 148 44 0 0.31 0.79 0.16 36.71 0.67 0.51
Hex D6 94 2C 0 1F 4F 10 25 43 33
Octal 326 224 54 0 37 117 20 45 103 63
Binary 11010110 10010100 101100 0 11111 1001111 10000 100101 1000011 110011

Color Harmonies of #D6942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6942C

Black with #D6942C

Text Example


Text Example

White with #D6942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6942C; }

 p { color: rgb(214,148,44); }

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

background-color css

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

 a { background-color: rgb(214,148,44); }

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

border-color css

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

 span { border-color: rgb(214,148,44); }

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