Html Css Color HEX #D18D1B Buttercup

📋 copy color: '#D18D1B'

red 209 ◦ green 141 ◦ blue 27

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

Shades of Buttercup #D18D1B

Tints of Buttercup #D18D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 27 (10.94% from 255) = 7.16%

R = 55.44%
G = 37.4%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D18D1B (or 0xD18D1B) is known color: Buttercup. HEX triplet: D1, 8D and 1B. RGB value is (209,141,27). Sum of RGB (Red+Green+Blue) = 209+141+27=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18D1B is #2E72E4. Grayscale: #949494. Windows color (decimal): -3044069 or 1805777. OLE color: 1805777.

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

Color convert

RGB 209 141 27 -
CMYK 0 0.33 0.87 0.18
HSL 37.58º 0.77% 0.46% -
HSV(B) 37.58º 0.87% 0.82% -
XYZ 36.02 32.68 5.45 -
YUV 148.34 59.53 171.27 -
System Red Green Blue C M Y K H S L
Decimal 209 141 27 0 0.33 0.87 0.18 37.58 0.77 0.46
Hex D1 8D 1B 0 21 57 12 26 4D 2E
Octal 321 215 33 0 41 127 22 46 115 56
Binary 11010001 10001101 11011 0 100001 1010111 10010 100110 1001101 101110

Color Harmonies of #D18D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18D1B

Black with #D18D1B

Text Example


Text Example

White with #D18D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18D1B; }

 p { color: rgb(209,141,27); }

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

background-color css

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

 a { background-color: rgb(209,141,27); }

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

border-color css

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

 span { border-color: rgb(209,141,27); }

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