Html Css Color HEX #D8932F Buttercup

📋 copy color: '#D8932F'

red 216 ◦ green 147 ◦ blue 47

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

Shades of Buttercup #D8932F

Tints of Buttercup #D8932F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.46%

R = 52.68%
G = 35.85%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8932F (or 0xD8932F) is known color: Buttercup. HEX triplet: D8, 93 and 2F. RGB value is (216,147,47). Sum of RGB (Red+Green+Blue) = 216+147+47=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8932F is #276CD0. Grayscale: #9C9C9C. Windows color (decimal): -2583761 or 3118040. OLE color: 3118040.

HSL color Cylindrical-coordinate representation of color #D8932F: hue angle of 35.5º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8932F is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 47 -
CMYK 0 0.32 0.78 0.15
HSL 35.5º 0.68% 0.52% -
HSV(B) 35.5º 0.78% 0.85% -
XYZ 39.27 35.67 7.51 -
YUV 156.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 216 147 47 0 0.32 0.78 0.15 35.5 0.68 0.52
Hex D8 93 2F 0 20 4E F 24 44 34
Octal 330 223 57 0 40 116 17 44 104 64
Binary 11011000 10010011 101111 0 100000 1001110 1111 100100 1000100 110100

Color Harmonies of #D8932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8932F

Black with #D8932F

Text Example


Text Example

White with #D8932F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8932F; }

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

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

background-color css

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

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

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

border-color css

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

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

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