Html Css Color HEX #D18E1D Buttercup

📋 copy color: '#D18E1D'

red 209 ◦ green 142 ◦ blue 29

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

Shades of Buttercup #D18E1D

Tints of Buttercup #D18E1D

RGB

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

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

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

R = 55%
G = 37.37%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D18E1D (or 0xD18E1D) is known color: Buttercup. HEX triplet: D1, 8E and 1D. RGB value is (209,142,29). Sum of RGB (Red+Green+Blue) = 209+142+29=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18E1D is #2E71E2. Grayscale: #959595. Windows color (decimal): -3043811 or 1937105. OLE color: 1937105.

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

Color convert

RGB 209 142 29 -
CMYK 0 0.32 0.86 0.18
HSL 37.67º 0.76% 0.47% -
HSV(B) 37.67º 0.86% 0.82% -
XYZ 36.19 32.99 5.62 -
YUV 149.15 60.2 170.69 -
System Red Green Blue C M Y K H S L
Decimal 209 142 29 0 0.32 0.86 0.18 37.67 0.76 0.47
Hex D1 8E 1D 0 20 56 12 26 4C 2F
Octal 321 216 35 0 40 126 22 46 114 57
Binary 11010001 10001110 11101 0 100000 1010110 10010 100110 1001100 101111

Color Harmonies of #D18E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E1D

Black with #D18E1D

Text Example


Text Example

White with #D18E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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