Html Css Color HEX #D18B20 Buttercup

📋 copy color: '#D18B20'

red 209 ◦ green 139 ◦ blue 32

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

Shades of Buttercup #D18B20

Tints of Buttercup #D18B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.42%

R = 55%
G = 36.58%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D18B20 (or 0xD18B20) is known color: Buttercup. HEX triplet: D1, 8B and 20. RGB value is (209,139,32). Sum of RGB (Red+Green+Blue) = 209+139+32=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B20 is #2E74DF. Grayscale: #949494. Windows color (decimal): -3044576 or 2132945. OLE color: 2132945.

HSL color Cylindrical-coordinate representation of color #D18B20: hue angle of 36.27º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D18B20 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 139 32 -
CMYK 0 0.33 0.85 0.18
HSL 36.27º 0.73% 0.47% -
HSV(B) 36.27º 0.85% 0.82% -
XYZ 35.79 32.12 5.68 -
YUV 147.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 209 139 32 0 0.33 0.85 0.18 36.27 0.73 0.47
Hex D1 8B 20 0 21 55 12 24 49 2F
Octal 321 213 40 0 41 125 22 44 111 57
Binary 11010001 10001011 100000 0 100001 1010101 10010 100100 1001001 101111

Color Harmonies of #D18B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B20

Black with #D18B20

Text Example


Text Example

White with #D18B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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