Html Css Color HEX #D6942D Buttercup

📋 copy color: '#D6942D'

red 214 ◦ green 148 ◦ blue 45

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

Shades of Buttercup #D6942D

Tints of Buttercup #D6942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.06%

R = 52.58%
G = 36.36%
B = 11.06%

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

#D6942D (or 0xD6942D) is known color: Buttercup. HEX triplet: D6, 94 and 2D. RGB value is (214,148,45). Sum of RGB (Red+Green+Blue) = 214+148+45=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6942D is #296BD2. Grayscale: #9C9C9C. Windows color (decimal): -2714579 or 2987222. OLE color: 2987222.

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

Color convert

RGB 214 148 45 -
CMYK 0 0.31 0.79 0.16
HSL 36.57º 0.67% 0.51% -
HSV(B) 36.57º 0.79% 0.84% -
XYZ 38.8 35.67 7.32 -
YUV 155.99 65.37 169.38 -
System Red Green Blue C M Y K H S L
Decimal 214 148 45 0 0.31 0.79 0.16 36.57 0.67 0.51
Hex D6 94 2D 0 1F 4F 10 25 43 33
Octal 326 224 55 0 37 117 20 45 103 63
Binary 11010110 10010100 101101 0 11111 1001111 10000 100101 1000011 110011

Color Harmonies of #D6942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6942D

Black with #D6942D

Text Example


Text Example

White with #D6942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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