Html Css Color HEX #D18F16 Buttercup

📋 copy color: '#D18F16'

red 209 ◦ green 143 ◦ blue 22

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

Shades of Buttercup #D18F16

Tints of Buttercup #D18F16

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.24%

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 55.88%
G = 38.24%
B = 5.88%

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

#D18F16 (or 0xD18F16) is known color: Buttercup. HEX triplet: D1, 8F and 16. RGB value is (209,143,22). Sum of RGB (Red+Green+Blue) = 209+143+22=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18F16 is #2E70E9. Grayscale: #959595. Windows color (decimal): -3043562 or 1478609. OLE color: 1478609.

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

Color convert

RGB 209 143 22 -
CMYK 0 0.32 0.89 0.18
HSL 38.82º 0.81% 0.45% -
HSV(B) 38.82º 0.89% 0.82% -
XYZ 36.26 33.26 5.27 -
YUV 148.94 56.37 170.84 -
System Red Green Blue C M Y K H S L
Decimal 209 143 22 0 0.32 0.89 0.18 38.82 0.81 0.45
Hex D1 8F 16 0 20 59 12 27 51 2D
Octal 321 217 26 0 40 131 22 47 121 55
Binary 11010001 10001111 10110 0 100000 1011001 10010 100111 1010001 101101

Color Harmonies of #D18F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F16

Black with #D18F16

Text Example


Text Example

White with #D18F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F16; }

 p { color: rgb(209,143,22); }

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

background-color css

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

 a { background-color: rgb(209,143,22); }

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

border-color css

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

 span { border-color: rgb(209,143,22); }

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