Html Css Color HEX #D18B15 Buttercup

📋 copy color: '#D18B15'

red 209 ◦ green 139 ◦ blue 21

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

Shades of Buttercup #D18B15

Tints of Buttercup #D18B15

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

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

R = 56.64%
G = 37.67%
B = 5.69%

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

#D18B15 (or 0xD18B15) is known color: Buttercup. HEX triplet: D1, 8B and 15. RGB value is (209,139,21). Sum of RGB (Red+Green+Blue) = 209+139+21=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18B15 is #2E74EA. Grayscale: #939393. Windows color (decimal): -3044587 or 1412049. OLE color: 1412049.

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

Color convert

RGB 209 139 21 -
CMYK 0 0.33 0.90 0.18
HSL 37.66º 0.82% 0.45% -
HSV(B) 37.66º 0.9% 0.82% -
XYZ 35.66 32.07 5.02 -
YUV 146.48 57.19 172.59 -
System Red Green Blue C M Y K H S L
Decimal 209 139 21 0 0.33 0.90 0.18 37.66 0.82 0.45
Hex D1 8B 15 0 21 5A 12 26 52 2D
Octal 321 213 25 0 41 132 22 46 122 55
Binary 11010001 10001011 10101 0 100001 1011010 10010 100110 1010010 101101

Color Harmonies of #D18B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B15

Black with #D18B15

Text Example


Text Example

White with #D18B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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