Html Css Color HEX #D18C1D Buttercup

📋 copy color: '#D18C1D'

red 209 ◦ green 140 ◦ blue 29

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

Shades of Buttercup #D18C1D

Tints of Buttercup #D18C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.67%

R = 55.29%
G = 37.04%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D18C1D (or 0xD18C1D) is known color: Buttercup. HEX triplet: D1, 8C and 1D. RGB value is (209,140,29). Sum of RGB (Red+Green+Blue) = 209+140+29=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C1D is #2E73E2. Grayscale: #949494. Windows color (decimal): -3044323 or 1936593. OLE color: 1936593.

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

Color convert

RGB 209 140 29 -
CMYK 0 0.33 0.86 0.18
HSL 37º 0.76% 0.47% -
HSV(B) 37º 0.86% 0.82% -
XYZ 35.89 32.4 5.52 -
YUV 147.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 209 140 29 0 0.33 0.86 0.18 37 0.76 0.47
Hex D1 8C 1D 0 21 56 12 25 4C 2F
Octal 321 214 35 0 41 126 22 45 114 57
Binary 11010001 10001100 11101 0 100001 1010110 10010 100101 1001100 101111

Color Harmonies of #D18C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C1D

Black with #D18C1D

Text Example


Text Example

White with #D18C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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