Html Css Color HEX #D1941A Buttercup

📋 copy color: '#D1941A'

red 209 ◦ green 148 ◦ blue 26

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

Shades of Buttercup #D1941A

Tints of Buttercup #D1941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 54.57%
G = 38.64%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1941A (or 0xD1941A) is known color: Buttercup. HEX triplet: D1, 94 and 1A. RGB value is (209,148,26). Sum of RGB (Red+Green+Blue) = 209+148+26=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1941A is #2E6BE5. Grayscale: #989898. Windows color (decimal): -3042278 or 1742033. OLE color: 1742033.

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

Color convert

RGB 209 148 26 -
CMYK 0 0.29 0.88 0.18
HSL 40º 0.78% 0.46% -
HSV(B) 40º 0.88% 0.82% -
XYZ 37.07 34.81 5.74 -
YUV 152.33 56.71 168.42 -
System Red Green Blue C M Y K H S L
Decimal 209 148 26 0 0.29 0.88 0.18 40 0.78 0.46
Hex D1 94 1A 0 1D 58 12 28 4E 2E
Octal 321 224 32 0 35 130 22 50 116 56
Binary 11010001 10010100 11010 0 11101 1011000 10010 101000 1001110 101110

Color Harmonies of #D1941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1941A

Black with #D1941A

Text Example


Text Example

White with #D1941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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