Html Css Color HEX #D3951E Buttercup

📋 copy color: '#D3951E'

red 211 ◦ green 149 ◦ blue 30

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

Shades of Buttercup #D3951E

Tints of Buttercup #D3951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 30 (12.11% from 255) = 7.69%

R = 54.1%
G = 38.21%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3951E (or 0xD3951E) is known color: Buttercup. HEX triplet: D3, 95 and 1E. RGB value is (211,149,30). Sum of RGB (Red+Green+Blue) = 211+149+30=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3951E is #2C6AE1. Grayscale: #9A9A9A. Windows color (decimal): -2910946 or 2004435. OLE color: 2004435.

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

Color convert

RGB 211 149 30 -
CMYK 0 0.29 0.86 0.17
HSL 39.45º 0.75% 0.47% -
HSV(B) 39.45º 0.86% 0.83% -
XYZ 37.85 35.44 6.07 -
YUV 153.97 58.04 168.68 -
System Red Green Blue C M Y K H S L
Decimal 211 149 30 0 0.29 0.86 0.17 39.45 0.75 0.47
Hex D3 95 1E 0 1D 56 11 27 4B 2F
Octal 323 225 36 0 35 126 21 47 113 57
Binary 11010011 10010101 11110 0 11101 1010110 10001 100111 1001011 101111

Color Harmonies of #D3951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3951E

Black with #D3951E

Text Example


Text Example

White with #D3951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3951E; }

 p { color: rgb(211,149,30); }

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

background-color css

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

 a { background-color: rgb(211,149,30); }

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

border-color css

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

 span { border-color: rgb(211,149,30); }

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