Html Css Color HEX #D1901E Buttercup

📋 copy color: '#D1901E'

red 209 ◦ green 144 ◦ blue 30

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

Shades of Buttercup #D1901E

Tints of Buttercup #D1901E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.83%

R = 54.57%
G = 37.6%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1901E (or 0xD1901E) is known color: Buttercup. HEX triplet: D1, 90 and 1E. RGB value is (209,144,30). Sum of RGB (Red+Green+Blue) = 209+144+30=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1901E is #2E6FE1. Grayscale: #969696. Windows color (decimal): -3043298 or 2003153. OLE color: 2003153.

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

Color convert

RGB 209 144 30 -
CMYK 0 0.31 0.86 0.18
HSL 38.21º 0.75% 0.47% -
HSV(B) 38.21º 0.86% 0.82% -
XYZ 36.5 33.6 5.79 -
YUV 150.44 60.03 169.77 -
System Red Green Blue C M Y K H S L
Decimal 209 144 30 0 0.31 0.86 0.18 38.21 0.75 0.47
Hex D1 90 1E 0 1F 56 12 26 4B 2F
Octal 321 220 36 0 37 126 22 46 113 57
Binary 11010001 10010000 11110 0 11111 1010110 10010 100110 1001011 101111

Color Harmonies of #D1901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1901E

Black with #D1901E

Text Example


Text Example

White with #D1901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1901E; }

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

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

background-color css

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

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

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

border-color css

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

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

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