Html Css Color HEX #D8932A Buttercup

📋 copy color: '#D8932A'

red 216 ◦ green 147 ◦ blue 42

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

Shades of Buttercup #D8932A

Tints of Buttercup #D8932A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

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

R = 53.33%
G = 36.3%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8932A (or 0xD8932A) is known color: Buttercup. HEX triplet: D8, 93 and 2A. RGB value is (216,147,42). Sum of RGB (Red+Green+Blue) = 216+147+42=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8932A is #276CD5. Grayscale: #9C9C9C. Windows color (decimal): -2583766 or 2790360. OLE color: 2790360.

HSL color Cylindrical-coordinate representation of color #D8932A: hue angle of 36.21º 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 #D8932A is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 42 -
CMYK 0 0.32 0.81 0.15
HSL 36.21º 0.69% 0.51% -
HSV(B) 36.21º 0.81% 0.85% -
XYZ 39.17 35.63 7 -
YUV 155.66 63.86 171.04 -
System Red Green Blue C M Y K H S L
Decimal 216 147 42 0 0.32 0.81 0.15 36.21 0.69 0.51
Hex D8 93 2A 0 20 51 F 24 45 33
Octal 330 223 52 0 40 121 17 44 105 63
Binary 11011000 10010011 101010 0 100000 1010001 1111 100100 1000101 110011

Color Harmonies of #D8932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8932A

Black with #D8932A

Text Example


Text Example

White with #D8932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8932A; }

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

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

background-color css

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

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

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

border-color css

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

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

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