Html Css Color HEX #D1901C Buttercup

📋 copy color: '#D1901C'

red 209 ◦ green 144 ◦ blue 28

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

Shades of Buttercup #D1901C

Tints of Buttercup #D1901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.8%

 BLUE value IS 28 (11.33% from 255) = 7.35%

R = 54.86%
G = 37.8%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1901C (or 0xD1901C) is known color: Buttercup. HEX triplet: D1, 90 and 1C. RGB value is (209,144,28). Sum of RGB (Red+Green+Blue) = 209+144+28=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1901C is #2E6FE3. Grayscale: #969696. Windows color (decimal): -3043300 or 1872081. OLE color: 1872081.

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

Color convert

RGB 209 144 28 -
CMYK 0 0.31 0.87 0.18
HSL 38.45º 0.76% 0.46% -
HSV(B) 38.45º 0.87% 0.82% -
XYZ 36.48 33.59 5.66 -
YUV 150.21 59.03 169.93 -
System Red Green Blue C M Y K H S L
Decimal 209 144 28 0 0.31 0.87 0.18 38.45 0.76 0.46
Hex D1 90 1C 0 1F 57 12 26 4C 2E
Octal 321 220 34 0 37 127 22 46 114 56
Binary 11010001 10010000 11100 0 11111 1010111 10010 100110 1001100 101110

Color Harmonies of #D1901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1901C

Black with #D1901C

Text Example


Text Example

White with #D1901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1901C; }

 p { color: rgb(209,144,28); }

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

background-color css

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

 a { background-color: rgb(209,144,28); }

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

border-color css

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

 span { border-color: rgb(209,144,28); }

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