Html Css Color HEX #D5912C Buttercup

📋 copy color: '#D5912C'

red 213 ◦ green 145 ◦ blue 44

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

Shades of Buttercup #D5912C

Tints of Buttercup #D5912C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.07%

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

R = 52.99%
G = 36.07%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5912C (or 0xD5912C) is known color: Buttercup. HEX triplet: D5, 91 and 2C. RGB value is (213,145,44). Sum of RGB (Red+Green+Blue) = 213+145+44=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5912C is #2A6ED3. Grayscale: #9A9A9A. Windows color (decimal): -2780884 or 2920917. OLE color: 2920917.

HSL color Cylindrical-coordinate representation of color #D5912C: hue angle of 35.86º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5912C is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 145 44 -
CMYK 0 0.32 0.79 0.16
HSL 35.86º 0.67% 0.5% -
HSV(B) 35.86º 0.79% 0.84% -
XYZ 38.02 34.58 7.05 -
YUV 153.82 66.03 170.21 -
System Red Green Blue C M Y K H S L
Decimal 213 145 44 0 0.32 0.79 0.16 35.86 0.67 0.5
Hex D5 91 2C 0 20 4F 10 24 43 32
Octal 325 221 54 0 40 117 20 44 103 62
Binary 11010101 10010001 101100 0 100000 1001111 10000 100100 1000011 110010

Color Harmonies of #D5912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5912C

Black with #D5912C

Text Example


Text Example

White with #D5912C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5912C; }

 p { color: rgb(213,145,44); }

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

background-color css

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

 a { background-color: rgb(213,145,44); }

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

border-color css

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

 span { border-color: rgb(213,145,44); }

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