Html Css Color HEX #D3992D Buttercup

📋 copy color: '#D3992D'

red 211 ◦ green 153 ◦ blue 45

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

Shades of Buttercup #D3992D

Tints of Buttercup #D3992D

RGB

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

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

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

R = 51.59%
G = 37.41%
B = 11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3992D (or 0xD3992D) is known color: Buttercup. HEX triplet: D3, 99 and 2D. RGB value is (211,153,45). Sum of RGB (Red+Green+Blue) = 211+153+45=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3992D is #2C66D2. Grayscale: #9E9E9E. Windows color (decimal): -2909907 or 2988499. OLE color: 2988499.

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

Color convert

RGB 211 153 45 -
CMYK 0 0.27 0.79 0.17
HSL 39.04º 0.65% 0.5% -
HSV(B) 39.04º 0.79% 0.83% -
XYZ 38.73 36.82 7.55 -
YUV 158.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 211 153 45 0 0.27 0.79 0.17 39.04 0.65 0.5
Hex D3 99 2D 0 1B 4F 11 27 41 32
Octal 323 231 55 0 33 117 21 47 101 62
Binary 11010011 10011001 101101 0 11011 1001111 10001 100111 1000001 110010

Color Harmonies of #D3992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3992D

Black with #D3992D

Text Example


Text Example

White with #D3992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3992D; }

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

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

background-color css

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

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

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

border-color css

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

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

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