Html Css Color HEX #D1901D Buttercup

📋 copy color: '#D1901D'

red 209 ◦ green 144 ◦ blue 29

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

Shades of Buttercup #D1901D

Tints of Buttercup #D1901D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.59%

R = 54.71%
G = 37.7%
B = 7.59%

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

#D1901D (or 0xD1901D) is known color: Buttercup. HEX triplet: D1, 90 and 1D. RGB value is (209,144,29). Sum of RGB (Red+Green+Blue) = 209+144+29=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1901D is #2E6FE2. Grayscale: #969696. Windows color (decimal): -3043299 or 1937617. OLE color: 1937617.

HSL color Cylindrical-coordinate representation of color #D1901D: hue angle of 38.33º degrees, saturation: 0.76, 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 #D1901D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 144 29 -
CMYK 0 0.31 0.86 0.18
HSL 38.33º 0.76% 0.47% -
HSV(B) 38.33º 0.86% 0.82% -
XYZ 36.49 33.59 5.72 -
YUV 150.33 59.53 169.85 -
System Red Green Blue C M Y K H S L
Decimal 209 144 29 0 0.31 0.86 0.18 38.33 0.76 0.47
Hex D1 90 1D 0 1F 56 12 26 4C 2F
Octal 321 220 35 0 37 126 22 46 114 57
Binary 11010001 10010000 11101 0 11111 1010110 10010 100110 1001100 101111

Color Harmonies of #D1901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1901D

Black with #D1901D

Text Example


Text Example

White with #D1901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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