Html Css Color HEX #D6942F Buttercup

📋 copy color: '#D6942F'

red 214 ◦ green 148 ◦ blue 47

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

Shades of Buttercup #D6942F

Tints of Buttercup #D6942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.49%

R = 52.32%
G = 36.19%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6942F (or 0xD6942F) is known color: Buttercup. HEX triplet: D6, 94 and 2F. RGB value is (214,148,47). Sum of RGB (Red+Green+Blue) = 214+148+47=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6942F is #296BD0. Grayscale: #9C9C9C. Windows color (decimal): -2714577 or 3118294. OLE color: 3118294.

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

Color convert

RGB 214 148 47 -
CMYK 0 0.31 0.78 0.16
HSL 36.29º 0.67% 0.51% -
HSV(B) 36.29º 0.78% 0.84% -
XYZ 38.83 35.68 7.53 -
YUV 156.22 66.37 169.21 -
System Red Green Blue C M Y K H S L
Decimal 214 148 47 0 0.31 0.78 0.16 36.29 0.67 0.51
Hex D6 94 2F 0 1F 4E 10 24 43 33
Octal 326 224 57 0 37 116 20 44 103 63
Binary 11010110 10010100 101111 0 11111 1001110 10000 100100 1000011 110011

Color Harmonies of #D6942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6942F

Black with #D6942F

Text Example


Text Example

White with #D6942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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