Html Css Color HEX #D9932D Buttercup

📋 copy color: '#D9932D'

red 217 ◦ green 147 ◦ blue 45

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

Shades of Buttercup #D9932D

Tints of Buttercup #D9932D

RGB

 RED value IS 217 (85.16% from 255) = 53.06%

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

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

R = 53.06%
G = 35.94%
B = 11%

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

#D9932D (or 0xD9932D) is known color: Buttercup. HEX triplet: D9, 93 and 2D. RGB value is (217,147,45). Sum of RGB (Red+Green+Blue) = 217+147+45=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9932D is #266CD2. Grayscale: #9C9C9C. Windows color (decimal): -2518227 or 2986969. OLE color: 2986969.

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

Color convert

RGB 217 147 45 -
CMYK 0 0.32 0.79 0.15
HSL 35.58º 0.69% 0.51% -
HSV(B) 35.58º 0.79% 0.85% -
XYZ 39.52 35.81 7.31 -
YUV 156.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 217 147 45 0 0.32 0.79 0.15 35.58 0.69 0.51
Hex D9 93 2D 0 20 4F F 24 45 33
Octal 331 223 55 0 40 117 17 44 105 63
Binary 11011001 10010011 101101 0 100000 1001111 1111 100100 1000101 110011

Color Harmonies of #D9932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9932D

Black with #D9932D

Text Example


Text Example

White with #D9932D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9932D; }

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

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

background-color css

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

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

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

border-color css

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

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

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