Html Css Color HEX #D6972C Buttercup

📋 copy color: '#D6972C'

red 214 ◦ green 151 ◦ blue 44

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

Shades of Buttercup #D6972C

Tints of Buttercup #D6972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.76%

R = 52.32%
G = 36.92%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6972C (or 0xD6972C) is known color: Buttercup. HEX triplet: D6, 97 and 2C. RGB value is (214,151,44). Sum of RGB (Red+Green+Blue) = 214+151+44=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6972C is #2968D3. Grayscale: #9E9E9E. Windows color (decimal): -2713812 or 2922454. OLE color: 2922454.

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

Color convert

RGB 214 151 44 -
CMYK 0 0.29 0.79 0.16
HSL 37.76º 0.67% 0.51% -
HSV(B) 37.76º 0.79% 0.84% -
XYZ 39.25 36.61 7.38 -
YUV 157.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 214 151 44 0 0.29 0.79 0.16 37.76 0.67 0.51
Hex D6 97 2C 0 1D 4F 10 26 43 33
Octal 326 227 54 0 35 117 20 46 103 63
Binary 11010110 10010111 101100 0 11101 1001111 10000 100110 1000011 110011

Color Harmonies of #D6972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6972C

Black with #D6972C

Text Example


Text Example

White with #D6972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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