Html Css Color HEX #D3941E Buttercup

📋 copy color: '#D3941E'

red 211 ◦ green 148 ◦ blue 30

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

Shades of Buttercup #D3941E

Tints of Buttercup #D3941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

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

R = 54.24%
G = 38.05%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3941E (or 0xD3941E) is known color: Buttercup. HEX triplet: D3, 94 and 1E. RGB value is (211,148,30). Sum of RGB (Red+Green+Blue) = 211+148+30=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3941E is #2C6BE1. Grayscale: #999999. Windows color (decimal): -2911202 or 2004179. OLE color: 2004179.

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

Color convert

RGB 211 148 30 -
CMYK 0 0.30 0.86 0.17
HSL 39.12º 0.75% 0.47% -
HSV(B) 39.12º 0.86% 0.83% -
XYZ 37.69 35.12 6.02 -
YUV 153.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 211 148 30 0 0.30 0.86 0.17 39.12 0.75 0.47
Hex D3 94 1E 0 1E 56 11 27 4B 2F
Octal 323 224 36 0 36 126 21 47 113 57
Binary 11010011 10010100 11110 0 11110 1010110 10001 100111 1001011 101111

Color Harmonies of #D3941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3941E

Black with #D3941E

Text Example


Text Example

White with #D3941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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