Html Css Color HEX #D1901F Buttercup

📋 copy color: '#D1901F'

red 209 ◦ green 144 ◦ blue 31

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

Shades of Buttercup #D1901F

Tints of Buttercup #D1901F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.07%

R = 54.43%
G = 37.5%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1901F (or 0xD1901F) is known color: Buttercup. HEX triplet: D1, 90 and 1F. RGB value is (209,144,31). Sum of RGB (Red+Green+Blue) = 209+144+31=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1901F is #2E6FE0. Grayscale: #979797. Windows color (decimal): -3043297 or 2068689. OLE color: 2068689.

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

Color convert

RGB 209 144 31 -
CMYK 0 0.31 0.85 0.18
HSL 38.09º 0.74% 0.47% -
HSV(B) 38.09º 0.85% 0.82% -
XYZ 36.52 33.6 5.86 -
YUV 150.55 60.53 169.69 -
System Red Green Blue C M Y K H S L
Decimal 209 144 31 0 0.31 0.85 0.18 38.09 0.74 0.47
Hex D1 90 1F 0 1F 55 12 26 4A 2F
Octal 321 220 37 0 37 125 22 46 112 57
Binary 11010001 10010000 11111 0 11111 1010101 10010 100110 1001010 101111

Color Harmonies of #D1901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1901F

Black with #D1901F

Text Example


Text Example

White with #D1901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1901F; }

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

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

background-color css

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

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

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

border-color css

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

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

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