Html Css Color HEX #D18D1F Buttercup

📋 copy color: '#D18D1F'

red 209 ◦ green 141 ◦ blue 31

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

Shades of Buttercup #D18D1F

Tints of Buttercup #D18D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.01%

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

R = 54.86%
G = 37.01%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D18D1F (or 0xD18D1F) is known color: Buttercup. HEX triplet: D1, 8D and 1F. RGB value is (209,141,31). Sum of RGB (Red+Green+Blue) = 209+141+31=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18D1F is #2E72E0. Grayscale: #959595. Windows color (decimal): -3044065 or 2067921. OLE color: 2067921.

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

Color convert

RGB 209 141 31 -
CMYK 0 0.33 0.85 0.18
HSL 37.08º 0.74% 0.47% -
HSV(B) 37.08º 0.85% 0.82% -
XYZ 36.07 32.7 5.71 -
YUV 148.79 61.53 170.94 -
System Red Green Blue C M Y K H S L
Decimal 209 141 31 0 0.33 0.85 0.18 37.08 0.74 0.47
Hex D1 8D 1F 0 21 55 12 25 4A 2F
Octal 321 215 37 0 41 125 22 45 112 57
Binary 11010001 10001101 11111 0 100001 1010101 10010 100101 1001010 101111

Color Harmonies of #D18D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18D1F

Black with #D18D1F

Text Example


Text Example

White with #D18D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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