Html Css Color HEX #D3981B Buttercup

📋 copy color: '#D3981B'

red 211 ◦ green 152 ◦ blue 27

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

Shades of Buttercup #D3981B

Tints of Buttercup #D3981B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

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

R = 54.1%
G = 38.97%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3981B (or 0xD3981B) is known color: Buttercup. HEX triplet: D3, 98 and 1B. RGB value is (211,152,27). Sum of RGB (Red+Green+Blue) = 211+152+27=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3981B is #2C67E4. Grayscale: #9B9B9B. Windows color (decimal): -2910181 or 1808595. OLE color: 1808595.

HSL color Cylindrical-coordinate representation of color #D3981B: hue angle of 40.76º 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 #D3981B is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 152 27 -
CMYK 0 0.28 0.87 0.17
HSL 40.76º 0.77% 0.47% -
HSV(B) 40.76º 0.87% 0.83% -
XYZ 38.29 36.38 6.04 -
YUV 155.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 211 152 27 0 0.28 0.87 0.17 40.76 0.77 0.47
Hex D3 98 1B 0 1C 57 11 29 4D 2F
Octal 323 230 33 0 34 127 21 51 115 57
Binary 11010011 10011000 11011 0 11100 1010111 10001 101001 1001101 101111

Color Harmonies of #D3981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3981B

Black with #D3981B

Text Example


Text Example

White with #D3981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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