Html Css Color HEX #D5972B Buttercup

📋 copy color: '#D5972B'

red 213 ◦ green 151 ◦ blue 43

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

Shades of Buttercup #D5972B

Tints of Buttercup #D5972B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.57%

R = 52.33%
G = 37.1%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5972B (or 0xD5972B) is known color: Buttercup. HEX triplet: D5, 97 and 2B. RGB value is (213,151,43). Sum of RGB (Red+Green+Blue) = 213+151+43=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5972B is #2A68D4. Grayscale: #9D9D9D. Windows color (decimal): -2779349 or 2856917. OLE color: 2856917.

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

Color convert

RGB 213 151 43 -
CMYK 0 0.29 0.80 0.16
HSL 38.12º 0.67% 0.5% -
HSV(B) 38.12º 0.8% 0.84% -
XYZ 38.94 36.45 7.27 -
YUV 157.23 63.54 167.78 -
System Red Green Blue C M Y K H S L
Decimal 213 151 43 0 0.29 0.80 0.16 38.12 0.67 0.5
Hex D5 97 2B 0 1D 50 10 26 43 32
Octal 325 227 53 0 35 120 20 46 103 62
Binary 11010101 10010111 101011 0 11101 1010000 10000 100110 1000011 110010

Color Harmonies of #D5972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5972B

Black with #D5972B

Text Example


Text Example

White with #D5972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5972B; }

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

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

background-color css

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

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

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

border-color css

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

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

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