Html Css Color HEX #D18C15 Buttercup

📋 copy color: '#D18C15'

red 209 ◦ green 140 ◦ blue 21

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

Shades of Buttercup #D18C15

Tints of Buttercup #D18C15

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.84%

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

R = 56.49%
G = 37.84%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D18C15 (or 0xD18C15) is known color: Buttercup. HEX triplet: D1, 8C and 15. RGB value is (209,140,21). Sum of RGB (Red+Green+Blue) = 209+140+21=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18C15 is #2E73EA. Grayscale: #939393. Windows color (decimal): -3044331 or 1412305. OLE color: 1412305.

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

Color convert

RGB 209 140 21 -
CMYK 0 0.33 0.90 0.18
HSL 37.98º 0.82% 0.45% -
HSV(B) 37.98º 0.9% 0.82% -
XYZ 35.81 32.37 5.07 -
YUV 147.07 56.86 172.18 -
System Red Green Blue C M Y K H S L
Decimal 209 140 21 0 0.33 0.90 0.18 37.98 0.82 0.45
Hex D1 8C 15 0 21 5A 12 26 52 2D
Octal 321 214 25 0 41 132 22 46 122 55
Binary 11010001 10001100 10101 0 100001 1011010 10010 100110 1010010 101101

Color Harmonies of #D18C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C15

Black with #D18C15

Text Example


Text Example

White with #D18C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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