Html Css Color HEX #D3961B Buttercup

📋 copy color: '#D3961B'

red 211 ◦ green 150 ◦ blue 27

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

Shades of Buttercup #D3961B

Tints of Buttercup #D3961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

 BLUE value IS 27 (10.94% from 255) = 6.96%

R = 54.38%
G = 38.66%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3961B (or 0xD3961B) is known color: Buttercup. HEX triplet: D3, 96 and 1B. RGB value is (211,150,27). Sum of RGB (Red+Green+Blue) = 211+150+27=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3961B is #2C69E4. Grayscale: #9A9A9A. Windows color (decimal): -2910693 or 1808083. OLE color: 1808083.

HSL color Cylindrical-coordinate representation of color #D3961B: hue angle of 40.11º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3961B is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 150 27 -
CMYK 0 0.29 0.87 0.17
HSL 40.11º 0.77% 0.47% -
HSV(B) 40.11º 0.87% 0.83% -
XYZ 37.97 35.74 5.93 -
YUV 154.22 56.21 168.5 -
System Red Green Blue C M Y K H S L
Decimal 211 150 27 0 0.29 0.87 0.17 40.11 0.77 0.47
Hex D3 96 1B 0 1D 57 11 28 4D 2F
Octal 323 226 33 0 35 127 21 50 115 57
Binary 11010011 10010110 11011 0 11101 1010111 10001 101000 1001101 101111

Color Harmonies of #D3961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3961B

Black with #D3961B

Text Example


Text Example

White with #D3961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3961B; }

 p { color: rgb(211,150,27); }

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

background-color css

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

 a { background-color: rgb(211,150,27); }

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

border-color css

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

 span { border-color: rgb(211,150,27); }

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