Html Css Color HEX #D3992F Buttercup

📋 copy color: '#D3992F'

red 211 ◦ green 153 ◦ blue 47

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

Shades of Buttercup #D3992F

Tints of Buttercup #D3992F

RGB

 RED value IS 211 (82.81% from 255) = 51.34%

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

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

R = 51.34%
G = 37.23%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3992F (or 0xD3992F) is known color: Buttercup. HEX triplet: D3, 99 and 2F. RGB value is (211,153,47). Sum of RGB (Red+Green+Blue) = 211+153+47=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D3992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3992F is #2C66D0. Grayscale: #9E9E9E. Windows color (decimal): -2909905 or 3119571. OLE color: 3119571.

HSL color Cylindrical-coordinate representation of color #D3992F: hue angle of 38.78º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3992F is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 153 47 -
CMYK 0 0.27 0.78 0.17
HSL 38.78º 0.65% 0.51% -
HSV(B) 38.78º 0.78% 0.83% -
XYZ 38.77 36.84 7.76 -
YUV 158.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 211 153 47 0 0.27 0.78 0.17 38.78 0.65 0.51
Hex D3 99 2F 0 1B 4E 11 27 41 33
Octal 323 231 57 0 33 116 21 47 101 63
Binary 11010011 10011001 101111 0 11011 1001110 10001 100111 1000001 110011

Color Harmonies of #D3992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3992F

Black with #D3992F

Text Example


Text Example

White with #D3992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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