Html Css Color HEX #D6971E Buttercup

📋 copy color: '#D6971E'

red 214 ◦ green 151 ◦ blue 30

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

Shades of Buttercup #D6971E

Tints of Buttercup #D6971E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

 BLUE value IS 30 (12.11% from 255) = 7.59%

R = 54.18%
G = 38.23%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6971E (or 0xD6971E) is known color: Buttercup. HEX triplet: D6, 97 and 1E. RGB value is (214,151,30). Sum of RGB (Red+Green+Blue) = 214+151+30=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6971E is #2968E1. Grayscale: #9C9C9C. Windows color (decimal): -2713826 or 2004950. OLE color: 2004950.

HSL color Cylindrical-coordinate representation of color #D6971E: hue angle of 39.46º degrees, saturation: 0.75, 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 #D6971E is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 30 -
CMYK 0 0.29 0.86 0.16
HSL 39.46º 0.75% 0.48% -
HSV(B) 39.46º 0.86% 0.84% -
XYZ 39.03 36.52 6.22 -
YUV 156.04 56.87 169.34 -
System Red Green Blue C M Y K H S L
Decimal 214 151 30 0 0.29 0.86 0.16 39.46 0.75 0.48
Hex D6 97 1E 0 1D 56 10 27 4B 30
Octal 326 227 36 0 35 126 20 47 113 60
Binary 11010110 10010111 11110 0 11101 1010110 10000 100111 1001011 110000

Color Harmonies of #D6971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6971E

Black with #D6971E

Text Example


Text Example

White with #D6971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6971E; }

 p { color: rgb(214,151,30); }

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

background-color css

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

 a { background-color: rgb(214,151,30); }

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

border-color css

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

 span { border-color: rgb(214,151,30); }

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