Html Css Color HEX #D7972A Buttercup

📋 copy color: '#D7972A'

red 215 ◦ green 151 ◦ blue 42

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

Shades of Buttercup #D7972A

Tints of Buttercup #D7972A

RGB

 RED value IS 215 (84.38% from 255) = 52.7%

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

 BLUE value IS 42 (16.8% from 255) = 10.29%

R = 52.7%
G = 37.01%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7972A (or 0xD7972A) is known color: Buttercup. HEX triplet: D7, 97 and 2A. RGB value is (215,151,42). Sum of RGB (Red+Green+Blue) = 215+151+42=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7972A is #2868D5. Grayscale: #9E9E9E. Windows color (decimal): -2648278 or 2791383. OLE color: 2791383.

HSL color Cylindrical-coordinate representation of color #D7972A: hue angle of 37.8º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7972A is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 151 42 -
CMYK 0 0.30 0.80 0.16
HSL 37.8º 0.68% 0.5% -
HSV(B) 37.8º 0.8% 0.84% -
XYZ 39.51 36.75 7.2 -
YUV 157.71 62.7 168.86 -
System Red Green Blue C M Y K H S L
Decimal 215 151 42 0 0.30 0.80 0.16 37.8 0.68 0.5
Hex D7 97 2A 0 1E 50 10 26 44 32
Octal 327 227 52 0 36 120 20 46 104 62
Binary 11010111 10010111 101010 0 11110 1010000 10000 100110 1000100 110010

Color Harmonies of #D7972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7972A

Black with #D7972A

Text Example


Text Example

White with #D7972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7972A; }

 p { color: rgb(215,151,42); }

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

background-color css

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

 a { background-color: rgb(215,151,42); }

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

border-color css

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

 span { border-color: rgb(215,151,42); }

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