Html Css Color HEX #D18E18 Buttercup

📋 copy color: '#D18E18'

red 209 ◦ green 142 ◦ blue 24

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

Shades of Buttercup #D18E18

Tints of Buttercup #D18E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 55.73%
G = 37.87%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D18E18 (or 0xD18E18) is known color: Buttercup. HEX triplet: D1, 8E and 18. RGB value is (209,142,24). Sum of RGB (Red+Green+Blue) = 209+142+24=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18E18 is #2E71E7. Grayscale: #959595. Windows color (decimal): -3043816 or 1609425. OLE color: 1609425.

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

Color convert

RGB 209 142 24 -
CMYK 0 0.32 0.89 0.18
HSL 38.27º 0.79% 0.46% -
HSV(B) 38.27º 0.89% 0.82% -
XYZ 36.13 32.97 5.32 -
YUV 148.58 57.7 171.09 -
System Red Green Blue C M Y K H S L
Decimal 209 142 24 0 0.32 0.89 0.18 38.27 0.79 0.46
Hex D1 8E 18 0 20 59 12 26 4F 2E
Octal 321 216 30 0 40 131 22 46 117 56
Binary 11010001 10001110 11000 0 100000 1011001 10010 100110 1001111 101110

Color Harmonies of #D18E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E18

Black with #D18E18

Text Example


Text Example

White with #D18E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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