Html Css Color HEX #D5972D Buttercup

📋 copy color: '#D5972D'

red 213 ◦ green 151 ◦ blue 45

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

Shades of Buttercup #D5972D

Tints of Buttercup #D5972D

RGB

 RED value IS 213 (83.59% from 255) = 52.08%

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

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

R = 52.08%
G = 36.92%
B = 11%

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

#D5972D (or 0xD5972D) is known color: Buttercup. HEX triplet: D5, 97 and 2D. RGB value is (213,151,45). Sum of RGB (Red+Green+Blue) = 213+151+45=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5972D is #2A68D2. Grayscale: #9D9D9D. Windows color (decimal): -2779347 or 2987989. OLE color: 2987989.

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

Color convert

RGB 213 151 45 -
CMYK 0 0.29 0.79 0.16
HSL 37.86º 0.67% 0.51% -
HSV(B) 37.86º 0.79% 0.84% -
XYZ 38.98 36.47 7.47 -
YUV 157.45 64.54 167.62 -
System Red Green Blue C M Y K H S L
Decimal 213 151 45 0 0.29 0.79 0.16 37.86 0.67 0.51
Hex D5 97 2D 0 1D 4F 10 26 43 33
Octal 325 227 55 0 35 117 20 46 103 63
Binary 11010101 10010111 101101 0 11101 1001111 10000 100110 1000011 110011

Color Harmonies of #D5972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5972D

Black with #D5972D

Text Example


Text Example

White with #D5972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5972D; }

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

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

background-color css

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

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

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

border-color css

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

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

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