Html Css Color HEX #D9992F Buttercup

📋 copy color: '#D9992F'

red 217 ◦ green 153 ◦ blue 47

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

Shades of Buttercup #D9992F

Tints of Buttercup #D9992F

RGB

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

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

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

R = 52.04%
G = 36.69%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9992F (or 0xD9992F) is known color: Buttercup. HEX triplet: D9, 99 and 2F. RGB value is (217,153,47). Sum of RGB (Red+Green+Blue) = 217+153+47=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9992F is #2666D0. Grayscale: #A0A0A0. Windows color (decimal): -2516689 or 3119577. OLE color: 3119577.

HSL color Cylindrical-coordinate representation of color #D9992F: hue angle of 37.41º degrees, saturation: 0.69, 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 #D9992F is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 47 -
CMYK 0 0.29 0.78 0.15
HSL 37.41º 0.69% 0.52% -
HSV(B) 37.41º 0.78% 0.85% -
XYZ 40.52 37.74 7.84 -
YUV 160.05 64.2 168.62 -
System Red Green Blue C M Y K H S L
Decimal 217 153 47 0 0.29 0.78 0.15 37.41 0.69 0.52
Hex D9 99 2F 0 1D 4E F 25 45 34
Octal 331 231 57 0 35 116 17 45 105 64
Binary 11011001 10011001 101111 0 11101 1001110 1111 100101 1000101 110100

Color Harmonies of #D9992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9992F

Black with #D9992F

Text Example


Text Example

White with #D9992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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