Html Css Color HEX #D9992C Buttercup

📋 copy color: '#D9992C'

red 217 ◦ green 153 ◦ blue 44

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

Shades of Buttercup #D9992C

Tints of Buttercup #D9992C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 44 (17.58% from 255) = 10.63%

R = 52.42%
G = 36.96%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9992C (or 0xD9992C) is known color: Buttercup. HEX triplet: D9, 99 and 2C. RGB value is (217,153,44). Sum of RGB (Red+Green+Blue) = 217+153+44=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9992C is #2666D3. Grayscale: #A0A0A0. Windows color (decimal): -2516692 or 2922969. OLE color: 2922969.

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

Color convert

RGB 217 153 44 -
CMYK 0 0.29 0.80 0.15
HSL 37.8º 0.69% 0.51% -
HSV(B) 37.8º 0.8% 0.85% -
XYZ 40.46 37.72 7.53 -
YUV 159.71 62.7 168.86 -
System Red Green Blue C M Y K H S L
Decimal 217 153 44 0 0.29 0.80 0.15 37.8 0.69 0.51
Hex D9 99 2C 0 1D 50 F 26 45 33
Octal 331 231 54 0 35 120 17 46 105 63
Binary 11011001 10011001 101100 0 11101 1010000 1111 100110 1000101 110011

Color Harmonies of #D9992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9992C

Black with #D9992C

Text Example


Text Example

White with #D9992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9992C; }

 p { color: rgb(217,153,44); }

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

background-color css

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

 a { background-color: rgb(217,153,44); }

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

border-color css

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

 span { border-color: rgb(217,153,44); }

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