Html Css Color HEX #D9972D Buttercup

📋 copy color: '#D9972D'

red 217 ◦ green 151 ◦ blue 45

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

Shades of Buttercup #D9972D

Tints of Buttercup #D9972D

RGB

 RED value IS 217 (85.16% from 255) = 52.54%

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

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 52.54%
G = 36.56%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9972D (or 0xD9972D) is known color: Buttercup. HEX triplet: D9, 97 and 2D. RGB value is (217,151,45). Sum of RGB (Red+Green+Blue) = 217+151+45=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9972D is #2668D2. Grayscale: #9F9F9F. Windows color (decimal): -2517203 or 2987993. OLE color: 2987993.

HSL color Cylindrical-coordinate representation of color #D9972D: hue angle of 36.98º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9972D is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 45 -
CMYK 0 0.30 0.79 0.15
HSL 36.98º 0.69% 0.51% -
HSV(B) 36.98º 0.79% 0.85% -
XYZ 40.16 37.07 7.52 -
YUV 158.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 217 151 45 0 0.30 0.79 0.15 36.98 0.69 0.51
Hex D9 97 2D 0 1E 4F F 25 45 33
Octal 331 227 55 0 36 117 17 45 105 63
Binary 11011001 10010111 101101 0 11110 1001111 1111 100101 1000101 110011

Color Harmonies of #D9972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9972D

Black with #D9972D

Text Example


Text Example

White with #D9972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9972D; }

 p { color: rgb(217,151,45); }

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

background-color css

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

 a { background-color: rgb(217,151,45); }

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

border-color css

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

 span { border-color: rgb(217,151,45); }

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