Html Css Color HEX #D8942D Buttercup

📋 copy color: '#D8942D'

red 216 ◦ green 148 ◦ blue 45

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

Shades of Buttercup #D8942D

Tints of Buttercup #D8942D

RGB

 RED value IS 216 (84.77% from 255) = 52.81%

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 45 (17.97% from 255) = 11%

R = 52.81%
G = 36.19%
B = 11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8942D (or 0xD8942D) is known color: Buttercup. HEX triplet: D8, 94 and 2D. RGB value is (216,148,45). Sum of RGB (Red+Green+Blue) = 216+148+45=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8942D is #276BD2. Grayscale: #9D9D9D. Windows color (decimal): -2583507 or 2987224. OLE color: 2987224.

HSL color Cylindrical-coordinate representation of color #D8942D: hue angle of 36.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8942D is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 148 45 -
CMYK 0 0.31 0.79 0.15
HSL 36.14º 0.69% 0.51% -
HSV(B) 36.14º 0.79% 0.85% -
XYZ 39.38 35.97 7.35 -
YUV 156.59 65.03 170.38 -
System Red Green Blue C M Y K H S L
Decimal 216 148 45 0 0.31 0.79 0.15 36.14 0.69 0.51
Hex D8 94 2D 0 1F 4F F 24 45 33
Octal 330 224 55 0 37 117 17 44 105 63
Binary 11011000 10010100 101101 0 11111 1001111 1111 100100 1000101 110011

Color Harmonies of #D8942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8942D

Black with #D8942D

Text Example


Text Example

White with #D8942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8942D; }

 p { color: rgb(216,148,45); }

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

background-color css

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

 a { background-color: rgb(216,148,45); }

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

border-color css

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

 span { border-color: rgb(216,148,45); }

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