Html Css Color HEX #D18E15 Buttercup

📋 copy color: '#D18E15'

red 209 ◦ green 142 ◦ blue 21

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

Shades of Buttercup #D18E15

Tints of Buttercup #D18E15

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.17%

 BLUE value IS 21 (8.59% from 255) = 5.65%

R = 56.18%
G = 38.17%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D18E15 (or 0xD18E15) is known color: Buttercup. HEX triplet: D1, 8E and 15. RGB value is (209,142,21). Sum of RGB (Red+Green+Blue) = 209+142+21=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18E15 is #2E71EA. Grayscale: #949494. Windows color (decimal): -3043819 or 1412817. OLE color: 1412817.

HSL color Cylindrical-coordinate representation of color #D18E15: hue angle of 38.62º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D18E15 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 142 21 -
CMYK 0 0.32 0.90 0.18
HSL 38.62º 0.82% 0.45% -
HSV(B) 38.62º 0.9% 0.82% -
XYZ 36.1 32.96 5.17 -
YUV 148.24 56.2 171.34 -
System Red Green Blue C M Y K H S L
Decimal 209 142 21 0 0.32 0.90 0.18 38.62 0.82 0.45
Hex D1 8E 15 0 20 5A 12 27 52 2D
Octal 321 216 25 0 40 132 22 47 122 55
Binary 11010001 10001110 10101 0 100000 1011010 10010 100111 1010010 101101

Color Harmonies of #D18E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E15

Black with #D18E15

Text Example


Text Example

White with #D18E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E15; }

 p { color: rgb(209,142,21); }

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

background-color css

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

 a { background-color: rgb(209,142,21); }

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

border-color css

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

 span { border-color: rgb(209,142,21); }

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