Html Css Color HEX #D8942A Buttercup

📋 copy color: '#D8942A'

red 216 ◦ green 148 ◦ blue 42

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

Shades of Buttercup #D8942A

Tints of Buttercup #D8942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.34%

R = 53.2%
G = 36.45%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8942A (or 0xD8942A) is known color: Buttercup. HEX triplet: D8, 94 and 2A. RGB value is (216,148,42). Sum of RGB (Red+Green+Blue) = 216+148+42=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8942A is #276BD5. Grayscale: #9C9C9C. Windows color (decimal): -2583510 or 2790616. OLE color: 2790616.

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

Color convert

RGB 216 148 42 -
CMYK 0 0.31 0.81 0.15
HSL 36.55º 0.69% 0.51% -
HSV(B) 36.55º 0.81% 0.85% -
XYZ 39.33 35.95 7.06 -
YUV 156.25 63.53 170.62 -
System Red Green Blue C M Y K H S L
Decimal 216 148 42 0 0.31 0.81 0.15 36.55 0.69 0.51
Hex D8 94 2A 0 1F 51 F 25 45 33
Octal 330 224 52 0 37 121 17 45 105 63
Binary 11011000 10010100 101010 0 11111 1010001 1111 100101 1000101 110011

Color Harmonies of #D8942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8942A

Black with #D8942A

Text Example


Text Example

White with #D8942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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