Html Css Color HEX #D6971A Buttercup

📋 copy color: '#D6971A'

red 214 ◦ green 151 ◦ blue 26

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

Shades of Buttercup #D6971A

Tints of Buttercup #D6971A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.65%

R = 54.73%
G = 38.62%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6971A (or 0xD6971A) is known color: Buttercup. HEX triplet: D6, 97 and 1A. RGB value is (214,151,26). Sum of RGB (Red+Green+Blue) = 214+151+26=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6971A is #2968E5. Grayscale: #9C9C9C. Windows color (decimal): -2713830 or 1742806. OLE color: 1742806.

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

Color convert

RGB 214 151 26 -
CMYK 0 0.29 0.88 0.16
HSL 39.89º 0.78% 0.47% -
HSV(B) 39.89º 0.88% 0.84% -
XYZ 38.98 36.5 5.97 -
YUV 155.59 54.87 169.66 -
System Red Green Blue C M Y K H S L
Decimal 214 151 26 0 0.29 0.88 0.16 39.89 0.78 0.47
Hex D6 97 1A 0 1D 58 10 28 4E 2F
Octal 326 227 32 0 35 130 20 50 116 57
Binary 11010110 10010111 11010 0 11101 1011000 10000 101000 1001110 101111

Color Harmonies of #D6971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6971A

Black with #D6971A

Text Example


Text Example

White with #D6971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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