Html Css Color HEX #D8932D Buttercup

📋 copy color: '#D8932D'

red 216 ◦ green 147 ◦ blue 45

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

Shades of Buttercup #D8932D

Tints of Buttercup #D8932D

RGB

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

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

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

R = 52.94%
G = 36.03%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8932D (or 0xD8932D) is known color: Buttercup. HEX triplet: D8, 93 and 2D. RGB value is (216,147,45). Sum of RGB (Red+Green+Blue) = 216+147+45=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8932D is #276CD2. Grayscale: #9C9C9C. Windows color (decimal): -2583763 or 2986968. OLE color: 2986968.

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

Color convert

RGB 216 147 45 -
CMYK 0 0.32 0.79 0.15
HSL 35.79º 0.69% 0.51% -
HSV(B) 35.79º 0.79% 0.85% -
XYZ 39.23 35.66 7.3 -
YUV 156 65.36 170.79 -
System Red Green Blue C M Y K H S L
Decimal 216 147 45 0 0.32 0.79 0.15 35.79 0.69 0.51
Hex D8 93 2D 0 20 4F F 24 45 33
Octal 330 223 55 0 40 117 17 44 105 63
Binary 11011000 10010011 101101 0 100000 1001111 1111 100100 1000101 110011

Color Harmonies of #D8932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8932D

Black with #D8932D

Text Example


Text Example

White with #D8932D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8932D; }

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

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

background-color css

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

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

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

border-color css

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

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

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