Html Css Color HEX #D3911A Buttercup

📋 copy color: '#D3911A'

red 211 ◦ green 145 ◦ blue 26

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

Shades of Buttercup #D3911A

Tints of Buttercup #D3911A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.81%

R = 55.24%
G = 37.96%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D3911A (or 0xD3911A) is known color: Buttercup. HEX triplet: D3, 91 and 1A. RGB value is (211,145,26). Sum of RGB (Red+Green+Blue) = 211+145+26=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D3911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3911A is #2C6EE5. Grayscale: #979797. Windows color (decimal): -2911974 or 1741267. OLE color: 1741267.

HSL color Cylindrical-coordinate representation of color #D3911A: hue angle of 38.59º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3911A is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 145 26 -
CMYK 0 0.31 0.88 0.17
HSL 38.59º 0.78% 0.46% -
HSV(B) 38.59º 0.88% 0.83% -
XYZ 37.18 34.17 5.61 -
YUV 151.17 57.37 170.68 -
System Red Green Blue C M Y K H S L
Decimal 211 145 26 0 0.31 0.88 0.17 38.59 0.78 0.46
Hex D3 91 1A 0 1F 58 11 27 4E 2E
Octal 323 221 32 0 37 130 21 47 116 56
Binary 11010011 10010001 11010 0 11111 1011000 10001 100111 1001110 101110

Color Harmonies of #D3911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3911A

Black with #D3911A

Text Example


Text Example

White with #D3911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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