Html Css Color HEX #D6941D Buttercup

📋 copy color: '#D6941D'

red 214 ◦ green 148 ◦ blue 29

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

Shades of Buttercup #D6941D

Tints of Buttercup #D6941D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.42%

R = 54.73%
G = 37.85%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6941D (or 0xD6941D) is known color: Buttercup. HEX triplet: D6, 94 and 1D. RGB value is (214,148,29). Sum of RGB (Red+Green+Blue) = 214+148+29=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6941D is #296BE2. Grayscale: #9A9A9A. Windows color (decimal): -2714595 or 1938646. OLE color: 1938646.

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

Color convert

RGB 214 148 29 -
CMYK 0 0.31 0.86 0.16
HSL 38.59º 0.76% 0.48% -
HSV(B) 38.59º 0.86% 0.84% -
XYZ 38.54 35.56 6 -
YUV 154.17 57.37 170.68 -
System Red Green Blue C M Y K H S L
Decimal 214 148 29 0 0.31 0.86 0.16 38.59 0.76 0.48
Hex D6 94 1D 0 1F 56 10 27 4C 30
Octal 326 224 35 0 37 126 20 47 114 60
Binary 11010110 10010100 11101 0 11111 1010110 10000 100111 1001100 110000

Color Harmonies of #D6941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6941D

Black with #D6941D

Text Example


Text Example

White with #D6941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6941D; }

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

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

background-color css

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

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

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

border-color css

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

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

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