Html Css Color HEX #D3912B Buttercup

📋 copy color: '#D3912B'

red 211 ◦ green 145 ◦ blue 43

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

Shades of Buttercup #D3912B

Tints of Buttercup #D3912B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.34%

 BLUE value IS 43 (17.19% from 255) = 10.78%

R = 52.88%
G = 36.34%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3912B (or 0xD3912B) is known color: Buttercup. HEX triplet: D3, 91 and 2B. RGB value is (211,145,43). Sum of RGB (Red+Green+Blue) = 211+145+43=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D3912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3912B is #2C6ED4. Grayscale: #999999. Windows color (decimal): -2911957 or 2855379. OLE color: 2855379.

HSL color Cylindrical-coordinate representation of color #D3912B: hue angle of 36.43º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3912B is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 145 43 -
CMYK 0 0.31 0.80 0.17
HSL 36.43º 0.66% 0.5% -
HSV(B) 36.43º 0.8% 0.83% -
XYZ 37.43 34.27 6.93 -
YUV 153.11 65.87 169.29 -
System Red Green Blue C M Y K H S L
Decimal 211 145 43 0 0.31 0.80 0.17 36.43 0.66 0.5
Hex D3 91 2B 0 1F 50 11 24 42 32
Octal 323 221 53 0 37 120 21 44 102 62
Binary 11010011 10010001 101011 0 11111 1010000 10001 100100 1000010 110010

Color Harmonies of #D3912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3912B

Black with #D3912B

Text Example


Text Example

White with #D3912B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3912B; }

 p { color: rgb(211,145,43); }

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

background-color css

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

 a { background-color: rgb(211,145,43); }

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

border-color css

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

 span { border-color: rgb(211,145,43); }

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