Html Css Color HEX #D1911A Buttercup

📋 copy color: '#D1911A'

red 209 ◦ green 145 ◦ blue 26

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

Shades of Buttercup #D1911A

Tints of Buttercup #D1911A

RGB

 RED value IS 209 (82.03% from 255) = 55%

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

 BLUE value IS 26 (10.55% from 255) = 6.84%

R = 55%
G = 38.16%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1911A (or 0xD1911A) is known color: Buttercup. HEX triplet: D1, 91 and 1A. RGB value is (209,145,26). Sum of RGB (Red+Green+Blue) = 209+145+26=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1911A is #2E6EE5. Grayscale: #979797. Windows color (decimal): -3043046 or 1741265. OLE color: 1741265.

HSL color Cylindrical-coordinate representation of color #D1911A: hue angle of 39.02º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1911A is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 145 26 -
CMYK 0 0.31 0.88 0.18
HSL 39.02º 0.78% 0.46% -
HSV(B) 39.02º 0.88% 0.82% -
XYZ 36.61 33.88 5.59 -
YUV 150.57 57.7 169.68 -
System Red Green Blue C M Y K H S L
Decimal 209 145 26 0 0.31 0.88 0.18 39.02 0.78 0.46
Hex D1 91 1A 0 1F 58 12 27 4E 2E
Octal 321 221 32 0 37 130 22 47 116 56
Binary 11010001 10010001 11010 0 11111 1011000 10010 100111 1001110 101110

Color Harmonies of #D1911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1911A

Black with #D1911A

Text Example


Text Example

White with #D1911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1911A; }

 p { color: rgb(209,145,26); }

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

background-color css

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

 a { background-color: rgb(209,145,26); }

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

border-color css

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

 span { border-color: rgb(209,145,26); }

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